Skip to content

Commit

Permalink
Make sure the link is unique (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasamonrc authored Dec 13, 2024
1 parent 0a78cfc commit e14d0c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ui-web/sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export async function launchIframe(
const cssLink = document.createElement("link");
cssLink.href = "https://content.trinsic.id/connect/assets/widget-iframe.css";
cssLink.rel = "stylesheet";
cssLink.id = "trinsic-ui-css";

document.head.appendChild(cssLink);

Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"flutterUIVersion": "1.0.0",
"expoUIVersion": "1.0.0",
"reactNativeUIVersion": "1.0.0",
"webUIVersion": "2.0.0"
"webUIVersion": "2.0.1"
}

0 comments on commit e14d0c3

Please sign in to comment.