Skip to content

Commit 83d382a

Browse files
committed
links page nov 2025
updated to not mention the government shutdown
1 parent db2b6ee commit 83d382a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/app/links/page.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const resourceLinks: LinkItem[] = [
9898
// Support links section
9999
const supportLinks: LinkItem[] = [
100100
{
101-
name: 'Tip the Pythoness ☕',
101+
name: 'One-Time Tip ☕',
102102
url: 'https://buy.stripe.com/eVaeWq6303RIejK28g',
103103
color: 'bg-white/10 hover:bg-white/20'
104104
},
@@ -204,9 +204,10 @@ export default function LinksPage() {
204204
{/* Support Banner Section */}
205205
<div className="text-center mb-8">
206206
<div className="bg-white/10 backdrop-blur-md border border-white/20 rounded-lg p-6 max-w-md mx-auto">
207-
<h2 className="font-display text-xl text-white mb-3">Support Needed</h2>
207+
<h2 className="font-display text-xl text-white mb-3">Keep Free Resources Flowing</h2>
208208
<p className="text-white/80 text-sm mb-4">
209-
Government shutdown impact - help keep this digital psychic quest alive!
209+
Every tutorial, guide, and tool I create is free. Your support makes that possible and ensures
210+
these resources stay accessible for everyone.
210211
</p>
211212
<Link
212213
href="/support"
@@ -385,7 +386,8 @@ export default function LinksPage() {
385386
<div className="space-y-3">
386387
<h2 className="font-display text-xl text-white text-center">Support</h2>
387388
<p className="text-white/80 text-sm text-center mb-3">
388-
Help keep this digital psychic quest alive during the shutdown!
389+
Whether it&apos;s the price of a coffee or a monthly contribution, your support directly fuels
390+
more free content for the community. Every amount makes a difference.
389391
</p>
390392
{/* Direct support usernames */}
391393
<div className="grid grid-cols-1 md:grid-cols-3 gap-3">

0 commit comments

Comments
 (0)