File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ const members = [
27
27
name: ' Akino' ,
28
28
title: ' Developer' ,
29
29
links: [
30
- { icon: ' github' , link: ' https://github.com/akinoccc' }
30
+ { icon: ' github' , link: ' https://github.com/akinoccc' },
31
+ { icon: { svg: blogIcon }, link: ' https://akino.icu' }
31
32
]
32
33
},
33
34
{
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ const members = [
27
27
name: ' Akino' ,
28
28
title: ' 开发者' ,
29
29
links: [
30
- { icon: ' github' , link: ' https://github.com/akinoccc' }
30
+ { icon: ' github' , link: ' https://github.com/akinoccc' },
31
+ { icon: { svg: blogIcon }, link: ' https://akino.icu' }
31
32
]
32
33
},
33
34
{
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ const members = [
27
27
name: ' Akino' ,
28
28
title: ' 開發者' ,
29
29
links: [
30
- { icon: ' github' , link: ' https://github.com/akinoccc' }
30
+ { icon: ' github' , link: ' https://github.com/akinoccc' },
31
+ { icon: { svg: blogIcon }, link: ' https://akino.icu' }
31
32
]
32
33
},
33
34
{
You can’t perform that action at this time.
0 commit comments