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.

refactor: change width and height of friend link to 88x31 with double the size in css

aria 286e98a0 e9fcfe4c

+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"><Image 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=88 height=31 alt={`${name}`} class="flex" /></a> 7 7 <style> 8 8 img { 9 9 image-rendering: pixelated;