mirror of
https://github.com/xHyroM/links.git
synced 2024-11-22 23:41:06 +01:00
7 lines
189 B
Text
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 />
|