mirror of
https://github.com/xHyroM/links.git
synced 2024-11-23 07:51:04 +01:00
7 lines
168 B
Text
7 lines
168 B
Text
---
|
|
import { Image } from '@astrojs/image/components';
|
|
|
|
import logo from '../assets/images/logo.png';
|
|
---
|
|
|
|
<Image src={logo} alt="" class="rounded-full w-28" /><img />
|