feat: add popular tags section to FeedPage and update LandingPage text

This commit is contained in:
2025-09-07 17:36:32 +02:00
parent 6efab333f3
commit dd279a1434
2 changed files with 8 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import { SearchInput } from "./search-input";
export function MainNav() {
const pathname = usePathname();
return (
<nav className="hidden md:flex items-center space-x-6 text-sm font-medium">
<nav className="inline-flex md:flex items-center space-x-6 text-sm font-medium">
<Link
href="/"
className={cn(