links/src/components/Picture.astro

8 lines
189 B
Text
Raw Normal View History

2023-01-06 21:34:12 +01:00
---
import { Image } from '@astrojs/image/components';
import logo from '../assets/images/logo.png';
---
2023-01-06 22:21:27 +01:00
<Image src={logo} alt="Profilová Fotografia" class="rounded-full w-28" /><img />