Forgot to add taget to the a tag in FriendLink
This commit is contained in:
parent
dbf70c5305
commit
0df6271d7e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
const { name, image, target } = Astro.props;
|
||||
---
|
||||
<a href={`${target}`}><img class="badge" src={`${image}`} alt={`${name}`} decoding="async" /></a>
|
||||
<a href={`${target}`} target="_blank"><img class="badge" src={`${image}`} alt={`${name}`} decoding="async" /></a>
|
Loading…
Add table
Add a link
Reference in a new issue