Skip to content

Commit

Permalink
Remove fallback text from user avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
bombies committed Oct 26, 2023
1 parent a7b10b4 commit 6e2fc16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/(site)/components/UserProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const UserProfile: FC<Props> = ({placement}) => {
as="button"
className="transition-transform"
src={member?.image ?? undefined}
name={member?.firstName.toLowerCase()}
classNames={{
name: "capitalize font-semibold"
}}
Expand Down

0 comments on commit 6e2fc16

Please sign in to comment.