aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-09 18:00:24 +0800
committer简律纯 <i@jyunko.cn>2023-07-09 18:00:24 +0800
commit09e81a87e1498ab8373d5f18519c4968845e46fb (patch)
treed5f2d48833a00e9e659d3eb40e8d9fb5db31127e /docs
parent8b09ebd2bf4c529df728925b77cd56d56a265da8 (diff)
downloadHydroRoll-09e81a87e1498ab8373d5f18519c4968845e46fb.tar.gz
HydroRoll-09e81a87e1498ab8373d5f18519c4968845e46fb.zip
FIX BUG
Diffstat (limited to 'docs')
-rw-r--r--docs/components/Avatar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/Avatar.tsx b/docs/components/Avatar.tsx
index b748cab..8914269 100644
--- a/docs/components/Avatar.tsx
+++ b/docs/components/Avatar.tsx
@@ -1,7 +1,7 @@
import Image from "next/image";
import type { AuthorDetails } from "../content/team";
-export const Avatar = ({ name, picture, twitterUsername }: AuthorDetails) => (
+export const Avatar = ({ name, picture, GithubUsername }: AuthorDetails) => (
<div className="flex items-center flex-shrink-0 md:justify-start">
<div className="w-[32px] h-[32px]">
<Image