Skip to content
Snippets Groups Projects
Commit aea3b5e1 authored by Yusuf Akgül's avatar Yusuf Akgül :hatching_chick:
Browse files

added link to home

parent 09c82d8d
No related branches found
No related tags found
1 merge request!30Rewrite.gweets
Pipeline #38796 passed
......@@ -7,7 +7,7 @@ import { GameUnityLogo } from "./logo"
export function MainNav() {
return (
<div className="flex gap-6 md:gap-10">
<Link href="/" className="items-center space-x-2 flex">
<Link href="/home" className="items-center space-x-2 flex">
<GameUnityLogo className="h-8 w-8" />
</Link>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment