links/src/components/Picture.astro
2023-01-06 22:21:27 +01:00

7 lines
189 B
Text

---
import { Image } from '@astrojs/image/components';
import logo from '../assets/images/logo.png';
---
<Image src={logo} alt="Profilová Fotografia" class="rounded-full w-28" /><img />