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.

fix(FriendLink): try moving loading tag to the front

aria 0a85f2f4 638b20d4

+1 -1
+1 -1
src/components/FriendLink.astro
··· 3 3 4 4 const { name, image, target } = Astro.props; 5 5 --- 6 - <a href={`${target}`} target="_blank"><img src={image} width=176 height=62 alt={`${name}`} class="flex" decoding="async" loading="lazy" /></a> 6 + <a href={`${target}`} target="_blank"><img 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;