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.
2 parents 73104c5 + 7faac73 commit 418ebb6Copy full SHA for 418ebb6
website/src/pages/team/index.tsx
@@ -19,6 +19,7 @@ const data: { username: string; nickname?: string; }[] = [
19
{ username: 'zuojiahui', nickname: '左嘉辉' },
20
{ username: 'hy916', nickname: 'huyi' },
21
{ username: 'dibenny', nickname: 'dibenny' },
22
+ { username: 'hy916', nickname: 'hy916' },
23
];
24
25
export default function Team(props: DefaultProps) {
0 commit comments