mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fallback icon
This commit is contained in:
parent
88aa43c34a
commit
9a076b608f
1 changed files with 1 additions and 1 deletions
|
|
@ -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={{
|
||||
|
|
|
|||
Loading…
Reference in a new issue