diff --git a/frontend/src/components/Navbar.jsx b/frontend/src/components/Navbar.jsx index 1bebabb..0262493 100644 --- a/frontend/src/components/Navbar.jsx +++ b/frontend/src/components/Navbar.jsx @@ -1,6 +1,6 @@ function scrollFn(e) { let type = $(e.target).data("link"); - console.log("dsd") + console.log("dsd"); document.querySelector("#" + type).scrollIntoView({ behavior: "smooth" }); } @@ -55,7 +55,12 @@ export default function Navbar() {