diff --git a/components/Footer/Footer.jsx b/components/Footer/Footer.jsx index 3c131e8a..c74f1800 100644 --- a/components/Footer/Footer.jsx +++ b/components/Footer/Footer.jsx @@ -7,14 +7,16 @@ import Link from "next/link"; const Footer = () => { const date = new Date(); const year = date.getFullYear(); - + const handleClick =()=>{ + window.scrollTo({top:0,behavior:'smooth'}) + } return (