@@ -22,6 +22,7 @@ export const core = [
22
22
links : [
23
23
{ icon : 'github' , link : 'https://github.com/patak-dev' } ,
24
24
{ icon : 'twitter' , link : 'https://twitter.com/patak_dev' } ,
25
+ { icon : 'mastodon' , link : 'https://elk.zone/m.webtoo.ls/@patak' } ,
25
26
] ,
26
27
sponsor : 'https://github.com/sponsors/patak-dev' ,
27
28
} ,
@@ -35,6 +36,7 @@ export const core = [
35
36
links : [
36
37
{ icon : 'github' , link : 'https://github.com/antfu' } ,
37
38
{ icon : 'twitter' , link : 'https://twitter.com/antfu7' } ,
39
+ { icon : 'mastodon' , link : 'https://elk.zone/m.webtoo.ls/@antfu' } ,
38
40
] ,
39
41
sponsor : 'https://github.com/sponsors/antfu' ,
40
42
} ,
@@ -46,6 +48,7 @@ export const core = [
46
48
links : [
47
49
{ icon : 'github' , link : 'https://github.com/bluwy' } ,
48
50
{ icon : 'twitter' , link : 'https://twitter.com/bluwyoo' } ,
51
+ { icon : 'mastodon' , link : 'https://elk.zone/m.webtoo.ls/@bluwy' } ,
49
52
] ,
50
53
sponsor : 'https://bjornlu.com/sponsor' ,
51
54
} ,
@@ -71,6 +74,7 @@ export const core = [
71
74
links : [
72
75
{ icon : 'github' , link : 'https://github.com/sodatea' } ,
73
76
{ icon : 'twitter' , link : 'https://twitter.com/haoqunjiang' } ,
77
+ { icon : 'mastodon' , link : 'https://elk.zone/m.webtoo.ls/@haoqun' } ,
74
78
] ,
75
79
sponsor : 'https://github.com/sponsors/sodatea' ,
76
80
} ,
@@ -113,7 +117,11 @@ export const core = [
113
117
name : 'Arnaud Barré' ,
114
118
title : 'Frontend Developer' ,
115
119
desc : 'Passionate by tooling around TypeScript and React.' ,
116
- links : [ { icon : 'github' , link : 'https://github.com/ArnaudBarre' } ] ,
120
+ links : [
121
+ { icon : 'github' , link : 'https://github.com/ArnaudBarre' } ,
122
+ { icon : 'twitter' , link : 'https://twitter.com/_ArnaudBarre' } ,
123
+ { icon : 'mastodon' , link : 'https://elk.zone/m.webtoo.ls/@ArnaudBarre' } ,
124
+ ] ,
117
125
sponsor : 'https://github.com/sponsors/ArnaudBarre' ,
118
126
} ,
119
127
{
0 commit comments