Skip to content

Commit

Permalink
Issue #PS-2194 feat: Replacing QS editor WC from project-sunbird to t…
Browse files Browse the repository at this point in the history
…ekdi web component
  • Loading branch information
rajnishdargan committed Oct 14, 2024
1 parent 403c610 commit 455bcea
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 @@ -7,10 +7,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 455bcea

Please sign in to comment.