Skip to content

Commit

Permalink
remove errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sanayamahajan-23 committed Jul 3, 2024
1 parent ef89dd5 commit 1146fd1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
scrollToTopBtn.addEventListener('click', function(){
window.scrollTo({
top: 0,
behavior: 'smo<<<<<<< Navbar_Enhanceoth'
behavior: 'smooth'
});
});
document.addEventListener('click', function(event) {
Expand Down Expand Up @@ -597,8 +597,7 @@ function highlightActiveItem(element) {
});
element.classList.add('active');
}
<script src="index.JS"></script>
</script>
</body>

</html>

0 comments on commit 1146fd1

Please sign in to comment.