chore: removed ring from org avatar (#11498)

This commit is contained in:
Peer Richelsen
2023-09-25 10:50:08 +00:00
committed by GitHub
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