mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
feat: add navigation to About page on Tell me More button click
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user