chore: removed ring from org avatar (#11498)
parent
9c621bf726
commit
3bee2d705f
|
@ -19,7 +19,7 @@ const OrganizationAvatar = ({ size, imageSrc, alt, organizationSlug, ...rest }:
|
|||
<img
|
||||
src={`/org/${organizationSlug}/avatar.png`}
|
||||
alt={alt}
|
||||
className="flex h-full items-center justify-center rounded-full ring-2 ring-white"
|
||||
className="flex h-full items-center justify-center rounded-full"
|
||||
/>
|
||||
</div>
|
||||
) : null
|
||||
|
|
Loading…
Reference in New Issue