diff options
| author | 2023-07-09 18:00:24 +0800 | |
|---|---|---|
| committer | 2023-07-09 18:00:24 +0800 | |
| commit | 09e81a87e1498ab8373d5f18519c4968845e46fb (patch) | |
| tree | d5f2d48833a00e9e659d3eb40e8d9fb5db31127e /docs | |
| parent | 8b09ebd2bf4c529df728925b77cd56d56a265da8 (diff) | |
| download | HydroRoll-09e81a87e1498ab8373d5f18519c4968845e46fb.tar.gz HydroRoll-09e81a87e1498ab8373d5f18519c4968845e46fb.zip | |
FIX BUG
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/Avatar.tsx | 2 |
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 |
