chore: removed ring from org avatar (#11498)

This commit is contained in:
Peer Richelsen 2023-09-25 06:50:08 -04:00 committed by GitHub
parent 9c621bf726
commit 3bee2d705f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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