Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasamonrc authored Dec 13, 2024
1 parent 0a78cfc commit e25d61a
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit e25d61a

Please sign in to comment.