Fallback icon

This commit is contained in:
Jackson Harper 2024-02-22 22:18:10 +08:00
parent 88aa43c34a
commit 9a076b608f

View file

@ -60,7 +60,7 @@ const TriggerButton = (props: TriggerButtonProps): JSX.Element => {
},
}}
>
<AvatarDropdown userInitials={props.name?.charAt(0) ?? ''} />
<AvatarDropdown userInitials={props.name?.charAt(0) ?? 'S'} />
<SpanBox
css={{