diff --git a/src/app/page.tsx b/src/app/page.tsx index dfe2b2e..458eed9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ export default function Home() { Discover and share Pokémon ROM hack patches

- Find community-made hacks, view download counts, and patch in-browser with your own legally-obtained base ROMs. + Find community-made hacks and patch in-browser with your own legally-obtained base ROMs for Game Boy, GBC, GBA, and Nintendo DS.

Curated discovery

Browse popular and trending patches across generations.

-
-
Download insights
-

See what's popular at a glance with download counts.

-
Built-in patcher

Provide your base ROMs and patch in the browser.

+
+
Submit your own
+

Join as a creator and submit your own rom hacks.

+
diff --git a/src/components/HackCard.tsx b/src/components/HackCard.tsx index 2db227b..096ba2c 100644 --- a/src/components/HackCard.tsx +++ b/src/components/HackCard.tsx @@ -39,11 +39,7 @@ export default function HackCard({ hack, clickable = true, className = "" }: { h {showTitlePlaceholder ? (
{hack.title} diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 5e5ab6d..f994853 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -11,8 +11,9 @@ function NavLink({ href, label, className = "" }: { href: string; label: React.R return ( {label} @@ -36,13 +37,12 @@ export default function Header() { href="/roms" label={ - My Base ROMs - + My Base ROMs + {countReady} } - className="border border-[var(--border)] bg-[var(--surface-2)] text-foreground" /> - Upload + Submit
diff --git a/src/components/Submit/SubmitForm.tsx b/src/components/Submit/SubmitForm.tsx index cf06325..870cf20 100644 --- a/src/components/Submit/SubmitForm.tsx +++ b/src/components/Submit/SubmitForm.tsx @@ -177,6 +177,7 @@ export default function SubmitForm() { ? { discord: discord || undefined, twitter: twitter || undefined, pokecommunity: pokecommunity || undefined } : undefined, createdAt: new Date().toISOString(), + patchUrl: "", }; return (