Skip to content

Commit

Permalink
Merge pull request #398 from Shalini22-ui/main
Browse files Browse the repository at this point in the history
Solved issue #369
  • Loading branch information
suryanshsk authored Oct 22, 2024
2 parents 665572e + 551c02e commit 215efcd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,20 @@ <h2>Contact Us</h2>
window.scrollTo({ top: 0, behavior: 'smooth' }); // Scroll to top with smooth animation
});
</script>

<script>
window.embeddedChatbotConfig = {
chatbotId: "awMKW3zFwW7jzUNsN4Q8O",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="awMKW3zFwW7jzUNsN4Q8O"
domain="www.chatbase.co"
defer>
</script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
2 changes: 1 addition & 1 deletion frontend/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ nav ul li a:hover {

.to_top{
bottom:10px;
right: 10px;
right: 70px;
position: fixed;
}

Expand Down

0 comments on commit 215efcd

Please sign in to comment.