Skip to content

Commit

Permalink
Merge pull request Its-Aman-Yadav#1063 from aditya-bhaumik/trail
Browse files Browse the repository at this point in the history
fixed the cursor trail bug in the our plan and our program page
  • Loading branch information
Its-Aman-Yadav authored Jul 15, 2024
2 parents bc30cc9 + 0b2310e commit 9bde03b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion our plan.html
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ <h2>Contact</h2>
});
</script>
<script src="footer/footer.js"></script>

<script src="trail.js"></script>
<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script>
window.botpressWebChat.init({
Expand Down
4 changes: 2 additions & 2 deletions our program.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ <h2>Join Us</h2>
</section>
<special-footer></special-footer>
<script src="footer/footer.js"></script>

<script src="trail.js"></script>
<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script>
window.botpressWebChat.init({
Expand All @@ -338,4 +338,4 @@ <h2>Join Us</h2>

</body>

</html>
</html>

0 comments on commit 9bde03b

Please sign in to comment.