feat: add navigation to About page on Tell me More button click

This commit is contained in:
ramvignesh-b
2026-05-04 06:33:19 +05:30
parent fb3cb2eb69
commit fce0b5b539
+1
View File
@@ -285,6 +285,7 @@ export default function Home() {
"md:opacity-50 hover:opacity-100 btn btn-ghost btn-wide md:btn-xl rounded-full font-extralight md:grayscale hover:grayscale-0 hover:-translate-y-1 transition-all duration-1000" "md:opacity-50 hover:opacity-100 btn btn-ghost btn-wide md:btn-xl rounded-full font-extralight md:grayscale hover:grayscale-0 hover:-translate-y-1 transition-all duration-1000"
} }
type={"button"} type={"button"}
onClick={() => navigate(ROUTES.ABOUT, { replace: true })}
> >
<InfoIcon className={"text-primary"} /> <InfoIcon className={"text-primary"} />
Tell me More Tell me More