aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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