Skip to content

Commit b5b1c3f

Browse files
JoeMattclaude
andcommitted
fix: align Patreon URL on homepage with all other pages
All other pages link to patreon.com/provenance. The homepage had a stale patreon.com/provenanceemu URL (5 vs 1). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5f08de1 commit b5b1c3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default function Home() {
8282
<p className="text-gray-600 dark:text-gray-300 mb-6">If you find iCube helpful, consider supporting the project.</p>
8383
<div className="flex flex-col sm:flex-row gap-4 justify-center items-center">
8484
<SocialButton href="https://buymeacoffee.com/joemattiello" label="Buy Me a Coffee" leftIcon={<BmcIcon className="w-5 h-5" />} variant="bmc" />
85-
<SocialButton href="https://patreon.com/provenanceemu" label="Support on Patreon" leftIcon={<PatreonIcon className="w-5 h-5" />} variant="patreon" />
85+
<SocialButton href="https://www.patreon.com/provenance" label="Support on Patreon" leftIcon={<PatreonIcon className="w-5 h-5" />} variant="patreon" />
8686
</div>
8787
</div>
8888
</section>

0 commit comments

Comments
 (0)