mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
add comment
This commit is contained in:
@@ -40,7 +40,7 @@ document.head.appendChild(link);
|
||||
//add the Tailwind CSS file
|
||||
const tailwindCssLink = document.createElement("link");
|
||||
tailwindCssLink.href =
|
||||
"https://staging-app.opensignlabs.com/static/js/public-template.bundle.css"; // Replace with actual file path
|
||||
"https://staging-app.opensignlabs.com/static/js/public-template.bundle.css"; // css bundle file
|
||||
tailwindCssLink.rel = "stylesheet";
|
||||
document.head.appendChild(tailwindCssLink);
|
||||
// Create a root and render the wrapper component with initial props
|
||||
|
||||
Reference in New Issue
Block a user