We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9486a8f commit 977a417Copy full SHA for 977a417
public/js/init.js
@@ -47,7 +47,6 @@
47
// load chatbot styles
48
const chatbotStyles = document.createElement("link");
49
chatbotStyles.rel = "stylesheet";
50
- // TODO: add public source to css file
51
- chatbotStyles.href = "";
+ chatbotStyles.href = "/chatbot-frontend/style.css";
52
document.head.append(chatbot);
53
})();
0 commit comments