We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca463f9 commit 470a5fbCopy full SHA for 470a5fb
1 file changed
src/data/homepageLinks.js
@@ -4,11 +4,6 @@ export const HomepageLinks = [
4
icon: 'hugeicons:threads',
5
target: 'https://threads.net/anndrepaul'
6
},
7
- // {
8
- // label: 'Blog',
9
- // icon: 'hugeicons:note',
10
- // target: '/blog'
11
- // },
12
{
13
label: 'Twitch',
14
icon: 'hugeicons:twitch',
@@ -55,4 +50,15 @@ export const HomepageProjects = [
55
50
}
56
51
]
57
52
53
+export const AffiliateLinks = [
54
+ {
+ label: 'Aiven SQL',
+ target: 'https://console.aiven.io/signup?referral_code=v720abolk33bvgw8xs0j'
+ },
58
59
+ label: 'Uptime Robot',
60
+ target: 'https://uptimerobot.com/?red=andrpa'
61
+ }
62
+];
63
+
64
export default HomepageLinks
0 commit comments