Skip to content

Commit 46d2629

Browse files
committed
docs(about): add blog link for member 'Akino' in English, Chinese, and Traditional Chinese versions
1 parent f31df37 commit 46d2629

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/guide/about.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
{

docs/zh_CN/guide/about.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
{

docs/zh_TW/guide/about.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)