Skip to content

Commit 470a5fb

Browse files
authored
add affiliate links
1 parent ca463f9 commit 470a5fb

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

src/data/homepageLinks.js

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ export const HomepageLinks = [
44
icon: 'hugeicons:threads',
55
target: 'https://threads.net/anndrepaul'
66
},
7-
// {
8-
// label: 'Blog',
9-
// icon: 'hugeicons:note',
10-
// target: '/blog'
11-
// },
127
{
138
label: 'Twitch',
149
icon: 'hugeicons:twitch',
@@ -55,4 +50,15 @@ export const HomepageProjects = [
5550
}
5651
]
5752

53+
export const AffiliateLinks = [
54+
{
55+
label: 'Aiven SQL',
56+
target: 'https://console.aiven.io/signup?referral_code=v720abolk33bvgw8xs0j'
57+
},
58+
{
59+
label: 'Uptime Robot',
60+
target: 'https://uptimerobot.com/?red=andrpa'
61+
}
62+
];
63+
5864
export default HomepageLinks

0 commit comments

Comments
 (0)