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 = [
2727 name: ' Akino' ,
2828 title: ' Developer' ,
2929 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' }
3132 ]
3233 },
3334 {
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ const members = [
2727 name: ' Akino' ,
2828 title: ' 开发者' ,
2929 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' }
3132 ]
3233 },
3334 {
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ const members = [
2727 name: ' Akino' ,
2828 title: ' 開發者' ,
2929 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' }
3132 ]
3233 },
3334 {
You can’t perform that action at this time.
0 commit comments