aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/content/team.ts
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/team.ts')
-rw-r--r--docs/content/team.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/content/team.ts b/docs/content/team.ts
index 7f4b27e..1c8ac0f 100644
--- a/docs/content/team.ts
+++ b/docs/content/team.ts
@@ -1,16 +1,16 @@
-const TURBO_TEAM: Record<string, AuthorDetails> = {
+const HYDROROLL_TEAM: Record<string, AuthorDetails> = {
HsiangNianian: {
name: "简律纯",
- twitterUsername: "HsiangNianian",
+ GithubUsername: "HsiangNianian",
picture: "/images/people/HsiangNianian.jpg",
},
};
-export type Author = keyof typeof TURBO_TEAM;
+export type Author = keyof typeof HYDROROLL_TEAM;
export type AuthorDetails = {
name: string;
- twitterUsername?: string;
+ GithubUsername?: string;
picture: string;
};
-export default TURBO_TEAM;
+export default HYDROROLL_TEAM;