Skip to content

Commit

Permalink
add styles for chatbot-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
karstenkoehler committed Jan 30, 2025
1 parent 9486a8f commit 977a417
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
// load chatbot styles
const chatbotStyles = document.createElement("link");
chatbotStyles.rel = "stylesheet";
// TODO: add public source to css file
chatbotStyles.href = "";
chatbotStyles.href = "/chatbot-frontend/style.css";
document.head.append(chatbot);
})();

0 comments on commit 977a417

Please sign in to comment.