Skip to content

Commit 977a417

Browse files
add styles for chatbot-frontend
1 parent 9486a8f commit 977a417

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

public/js/init.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
// load chatbot styles
4848
const chatbotStyles = document.createElement("link");
4949
chatbotStyles.rel = "stylesheet";
50-
// TODO: add public source to css file
51-
chatbotStyles.href = "";
50+
chatbotStyles.href = "/chatbot-frontend/style.css";
5251
document.head.append(chatbot);
5352
})();

0 commit comments

Comments
 (0)