Skip to content

Commit 8bdf344

Browse files
committed
Remove Cal.com affiliate link
Remove the Cal.com affiliate/referral entry from the affiliateLinks array in src/app/links/page.tsx. This deletes the Cal.com link (refer.cal.com/pythoness) and its styling/subtitle so it will no longer appear in the affiliate/referral links section.
1 parent 11fd09a commit 8bdf344

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/app/links/page.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,6 @@ const readLinks: LinkItem[] = [
140140

141141
// Affiliate/referral links section
142142
const affiliateLinks: LinkItem[] = [
143-
{
144-
name: 'Cal.com',
145-
url: 'https://refer.cal.com/pythoness',
146-
color: 'bg-brand-green-accent/20 hover:bg-brand-green-accent/30',
147-
subtitle: 'Scheduling — what I use for sessions and async bookings'
148-
},
149143
{
150144
name: 'Cora',
151145
url: 'https://cora.computer/w?ref=tTKuEOSD',

0 commit comments

Comments
 (0)