feat: add Fediverse nav link
This commit is contained in:
@@ -18,6 +18,15 @@ export function MainNav() {
|
|||||||
>
|
>
|
||||||
Discover
|
Discover
|
||||||
</Link>
|
</Link>
|
||||||
|
<Link
|
||||||
|
href="/about/fediverse"
|
||||||
|
className={cn(
|
||||||
|
"transition-colors hover:text-foreground/80",
|
||||||
|
pathname === "/about/fediverse" ? "text-foreground" : "text-foreground/60"
|
||||||
|
)}
|
||||||
|
>
|
||||||
|
Fediverse
|
||||||
|
</Link>
|
||||||
<SearchInput />
|
<SearchInput />
|
||||||
</nav>
|
</nav>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user