Skip to content

Commit 2e213a0

Browse files
Update team member avatar and links
1 parent fa4208e commit 2e213a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/team.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import { VPTeamMembers } from 'vitepress/theme'
33

44
const members = [
55
{
6-
avatar: 'https://www.github.com/0x-br0k3n.png',
6+
avatar: 'https://www.github.com/nullptr-t-oss.png',
77
name: '0x-br0k3n',
88
title: 'Creator/Developer',
99
links: [
10-
{ icon: 'github', link: 'https://github.com/0x-br0k3n' },
10+
{ icon: 'github', link: 'https://github.com/nullptr-t-oss' },
1111
{ icon: 'discord', link: 'https://discordapp.com/users/810058393653084181' }
1212
]
1313
},
@@ -26,4 +26,4 @@ const members = [
2626

2727
Say hello to our awesome team.
2828

29-
<VPTeamMembers size="medium" :members />
29+
<VPTeamMembers size="medium" :members />

0 commit comments

Comments
 (0)