From 4e507caa7c5c11c41d44364270180fb4186235d1 Mon Sep 17 00:00:00 2001 From: Caidan Williams Date: Fri, 25 Jul 2025 17:19:13 -0700 Subject: feat: update AvatarPlaceholder to take size prop --- src/components/ProfileCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/ProfileCard.tsx') diff --git a/src/components/ProfileCard.tsx b/src/components/ProfileCard.tsx index 99a68083a..65e20ba9a 100644 --- a/src/components/ProfileCard.tsx +++ b/src/components/ProfileCard.tsx @@ -174,7 +174,7 @@ export function Avatar({ ) } -export function AvatarPlaceholder() { +export function AvatarPlaceholder({size = 40}: {size?: number}) { const t = useTheme() return ( -- cgit 1.4.1