Files
site-profile/src/components/ui/logos/Logo.astro
Alex Lebens 63cbcdf39b
All checks were successful
renovate / renovate (push) Successful in 46s
test-build / build (push) Successful in 1m8s
feat: improve logos and clickability of cards on about and apps
2026-02-10 18:02:12 -06:00

18 lines
370 B
Plaintext

---
import ImageTheme from '@components/ui/images/ImageTheme.astro';
const { srcLight, srcDark, alt } = Astro.props;
---
<ImageTheme
srcLight={srcLight}
srcDark={srcDark}
alt={alt}
style='color: transparent; width: 48px; height: 48px; object-fit: contain; max-height: 100%; max-width: 100%;'
draggable="false"
loading="lazy"
width="48"
height="48"
/>