Fix rounded edges of image (#1886)

This commit is contained in:
Jeremiah Lowin 2025-09-21 16:23:51 -04:00 committed by GitHub
commit 8f68508198
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,13 +9,13 @@ icon: hand-wave
alt="'F' logo on a watercolor background"
noZoom
className="rounded-lg block dark:hidden"
className="rounded-2xl block dark:hidden"
/>
<img
src="/assets/brand/f-watercolor-waves-dark.png"
alt="'F' logo on a watercolor background"
noZoom
className="rounded-lg hidden dark:block"
className="rounded-2xl hidden dark:block"
/>