feat: add applications page
This commit is contained in:
8
src/components/ui/logos/ApplicationLogo.astro
Normal file
8
src/components/ui/logos/ApplicationLogo.astro
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
import Image from '@components/ui/images/Image.astro';
|
||||
|
||||
const { src, alt } = Astro.props;
|
||||
|
||||
---
|
||||
|
||||
<Image src={src} alt={alt} style="color: transparent; width: 32px; height: 32px; object-fit: contain; max-height: 100%; max-width: 100%;" draggable="false" loading="lazy" width="32" height="32" />
|
||||
Reference in New Issue
Block a user