We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4208e commit 2e213a0Copy full SHA for 2e213a0
1 file changed
src/team.md
@@ -3,11 +3,11 @@ import { VPTeamMembers } from 'vitepress/theme'
3
4
const members = [
5
{
6
- avatar: 'https://www.github.com/0x-br0k3n.png',
+ avatar: 'https://www.github.com/nullptr-t-oss.png',
7
name: '0x-br0k3n',
8
title: 'Creator/Developer',
9
links: [
10
- { icon: 'github', link: 'https://github.com/0x-br0k3n' },
+ { icon: 'github', link: 'https://github.com/nullptr-t-oss' },
11
{ icon: 'discord', link: 'https://discordapp.com/users/810058393653084181' }
12
]
13
},
@@ -26,4 +26,4 @@ const members = [
26
27
Say hello to our awesome team.
28
29
-<VPTeamMembers size="medium" :members />
+<VPTeamMembers size="medium" :members />
0 commit comments