Edit app-9xzmfic2e4g1/src/components/layout/Navbar.tsx via Editor
This commit is contained in:
parent
306da112ab
commit
d1b8576212
@ -65,6 +65,12 @@ export function Navbar() {
|
|||||||
>
|
>
|
||||||
Planla
|
Planla
|
||||||
</Link>
|
</Link>
|
||||||
|
<Link
|
||||||
|
to="/rehberler"
|
||||||
|
className="text-sm font-medium text-muted-foreground hover:text-primary transition-colors"
|
||||||
|
>
|
||||||
|
Rehberler
|
||||||
|
</Link>
|
||||||
<Link
|
<Link
|
||||||
to="/account"
|
to="/account"
|
||||||
className="text-sm font-medium text-muted-foreground hover:text-primary transition-colors"
|
className="text-sm font-medium text-muted-foreground hover:text-primary transition-colors"
|
||||||
@ -180,4 +186,4 @@ export function Navbar() {
|
|||||||
<SearchModal open={searchOpen} onOpenChange={setSearchOpen} />
|
<SearchModal open={searchOpen} onOpenChange={setSearchOpen} />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user