Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(FriendLink): move back to Image tag

aria 66d72b48 0a85f2f4

+2 -2
+2 -2
src/components/FriendLink.astro
··· 1 1 --- 2 - // import { Image, Picture } from "astro:assets"; 2 + import { Image, Picture } from "astro:assets"; 3 3 4 4 const { name, image, target } = Astro.props; 5 5 --- 6 - <a href={`${target}`} target="_blank"><img loading="lazy" decoding="async" src={image} width=176 height=62 alt={`${name}`} class="flex" /></a> 6 + <a href={`${target}`} target="_blank"><Image loading="lazy" decoding="async" src={image} width=176 height=62 alt={`${name}`} class="flex" /></a> 7 7 <style> 8 8 img { 9 9 image-rendering: pixelated;