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/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@
storylines = await queryTab(supabase, tab, writer, page, genre, lang);
}

const extraParams = writer !== "all" ? { writer } : undefined;

Check warning on line 45 in src/app/page.tsx

View workflow job for this annotation

GitHub Actions / lint-and-typecheck

'extraParams' is assigned a value but never used

return (
<div className="mx-auto max-w-5xl px-6 py-10">
{/* Compact hero */}
<header className="mb-8">
<h1 className="text-accent text-xl font-bold tracking-tight">
PlotLink
Your story is a token.
</h1>
<p className="text-muted mt-1 text-sm">
Your story is a token. Every plot you publish drives the market — and every trade pays you. Write more, earn more.
Every plot you publish drives the market — and every trade pays you. Write more, earn more.
</p>
</header>

Expand Down
Loading