From 793b6a55501b5381ce9fcf9867cd097dd65dd247 Mon Sep 17 00:00:00 2001 From: RaktimaNXG Date: Tue, 16 Jul 2024 16:19:58 +0530 Subject: [PATCH] add comment --- apps/OpenSign/src/script/PublicTemplate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/OpenSign/src/script/PublicTemplate.js b/apps/OpenSign/src/script/PublicTemplate.js index e59fa1416..ba893573d 100644 --- a/apps/OpenSign/src/script/PublicTemplate.js +++ b/apps/OpenSign/src/script/PublicTemplate.js @@ -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