add comment

This commit is contained in:
RaktimaNXG
2024-07-16 16:19:58 +05:30
parent 77894f6754
commit 793b6a5550
+1 -1
View File
@@ -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