Skip to content

Commit 8a180eb

Browse files
committed
docs: update about page
1 parent 63a02f4 commit 8a180eb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/.island/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ function getSidebar(lang: 'zh' | 'en'): DefaultTheme.Sidebar {
9494
{
9595
items: [
9696
{
97-
text: getText('与我联系', 'Connection'),
98-
link: getLink('/guide/connection'),
97+
text: getText('关于', 'About'),
98+
link: getLink('/guide/about'),
9999
},
100100
],
101101
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Image, Link } from '@nextui-org/react'
22

3-
# Connection
3+
# About
44

55
Hello, I am [leyoonafr](https://github.com/codeacme17) I am very happy that you can see this. I am a front-end developer who loves open source. I like to share some of my thoughts and ideas with everyone. I hope my project can help you
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Image, Link } from '@nextui-org/react'
22

3-
# 与我联系
3+
# 关于
44

55
你好,我是 [leyoonafr](https://github.com/codeacme17) 很高兴你能看到这里,我是一个热爱开源的前端开发者,我喜欢把自己的一些想法和想法分享给大家,我希望我的项目能够帮助到你
66

0 commit comments

Comments
 (0)