Skip to content

Commit

Permalink
[en] Fix error URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Goo-aw233 committed Jul 7, 2024
1 parent 561bca9 commit adc14b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { VPTeamMembers, VPTeamPage, VPTeamPageTitle } from 'vitepress/theme'
const members = [
{
avatar: 'https://www.github.com/goo-aw233.png',
name: 'goo-aw233',
name: 'Goo-aw233',
title: 'Core Contributor',
links: [
{ icon: 'github', link: 'https://github.com/goo-aw233' }
Expand All @@ -43,25 +43,25 @@ const members = [
]
},
{
avatar: 'https://www.github.com/easycomputer1.png',
avatar: 'https://www.github.com/ecomter.png',
name: 'ecomter',
title: 'Contributor',
links: [
{ icon: 'github', link: 'https://github.com/easycomputer1' }
{ icon: 'github', link: 'https://github.com/ecomter' }
]
},
{
avatar: 'https://www.github.com/faq0.png',
name: 'Untitled',
title: '文档贡献者',
title: 'Contributor',
links: [
{ icon: 'github', link: 'https://github.com/faq0' }
]
},
{
avatar: 'https://www.github.com/SplashCN123.png',
name: 'SplashCN',
title: '文档贡献者',
title: 'Contributor',
links: [
{ icon: 'github', link: 'https://github.com/SplashCN123' }
]
Expand Down

0 comments on commit adc14b4

Please sign in to comment.