diff --git a/src/pages/About/About.tsx b/src/pages/About/About.tsx index 04af2048..a6dd082d 100644 --- a/src/pages/About/About.tsx +++ b/src/pages/About/About.tsx @@ -1,5 +1,6 @@ import { motion } from "framer-motion"; import { Lightbulb, Users, Settings, Search } from "lucide-react"; +import { useEffect } from "react"; const features = [ { @@ -20,12 +21,15 @@ const features = [ ]; const About = () => { + useEffect(() => { + window.scrollTo(0, 0); + }, []); return (
Get in touch with us to discuss your project tracking needs or report any issues @@ -87,16 +88,14 @@ function Contact() {
We're here to help you track and manage your GitHub repositories more effectively @@ -133,49 +132,44 @@ function Contact() { return (
{detail}
{sub}
@@ -189,16 +183,14 @@ function Contact() { {/* Contact Form */}