From 09e81a87e1498ab8373d5f18519c4968845e46fb Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 9 Jul 2023 18:00:24 +0800 Subject: FIX BUG --- docs/components/Avatar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => (