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.

Forgot to add taget to the a tag in FriendLink

+1 -1
+1 -1
src/components/FriendLink.astro
··· 1 1 --- 2 2 const { name, image, target } = Astro.props; 3 3 --- 4 - <a href={`${target}`}><img class="badge" src={`${image}`} alt={`${name}`} decoding="async" /></a> 4 + <a href={`${target}`} target="_blank"><img class="badge" src={`${image}`} alt={`${name}`} decoding="async" /></a>