Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export function Footer() {
<div className="mx-auto max-w-5xl flex flex-col gap-4 text-xs">
<div className="flex flex-wrap items-center justify-between gap-4">
<div className="flex items-center gap-4 text-muted">
<Link href="/discover" className="hover:text-foreground transition-colors">
discover
<Link href="/" className="hover:text-foreground transition-colors">
stories
</Link>
<Link href="/create" className="hover:text-foreground transition-colors">
create
Expand Down
Loading