Skip to content

Commit

Permalink
Merge pull request #17 from Aar-if/main
Browse files Browse the repository at this point in the history
CDN updated
  • Loading branch information
itsvick authored Oct 8, 2024
2 parents 802c874 + 8b31412 commit 36133e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ export default function Document() {
<Head>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@project-sunbird/sunbird-questionset-editor-web-component/styles.css"
href="https://cdn.jsdelivr.net/npm/@tekdi/sunbird-questionset-editor-web-component@3.0.1/styles.css"
/>
<script
src="https://cdn.jsdelivr.net/npm/@project-sunbird/sunbird-questionset-editor-web-component/sunbird-questionset-editor.js"
src="https://cdn.jsdelivr.net/npm/@tekdi/sunbird-questionset-editor-web-component@3.0.1/sunbird-questionset-editor.js"
async
></script>
</Head>
Expand Down

0 comments on commit 36133e4

Please sign in to comment.