Skip to content

Commit

Permalink
Fix avatars with initials in webkit (ohcnetwork#8947)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak authored Oct 30, 2024
1 parent eb2c702 commit ee4f2fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Common/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const Avatar: React.FC<AvatarProps> = ({
xmlns="http://www.w3.org/2000/svg"
version="1.1"
viewBox="0 0 100 100"
className="aspect-square h-full w-full object-cover"
>
<text
fill="black"
Expand Down

0 comments on commit ee4f2fb

Please sign in to comment.