We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae7f54 commit 16bc2ebCopy full SHA for 16bc2eb
website/src/pages/team/index.tsx
@@ -18,6 +18,7 @@ const data: { username: string; nickname?: string; }[] = [
18
{ username: 'cuilanxin', nickname: 'cuilanxin' },
19
{ username: 'zuojiahui', nickname: '左嘉辉' },
20
{ username: 'hy916', nickname: 'huyi' },
21
+ { username: 'dibenny', nickname: 'dibenny' },
22
];
23
24
export default function Team(props: DefaultProps) {
0 commit comments