Skip to content

Commit

Permalink
fix: 🐛 add new link icon to ads
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesOberreiter committed Mar 16, 2023
1 parent 75b8b2f commit 8598b9f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/AdsItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@

<div class="text-lg font-bold">
<a :href="item.attributes.link" target="_blank">
{{ item.attributes.title }} 🡕
{{ item.attributes.title }}
<img
src="/link-arrow.svg"
class="w-4 inline-flex mb-1"
alt="Left up arrow inside a box, indicating outgoing link"
/>
</a>
</div>
{{ item.attributes.url }}
Expand Down

0 comments on commit 8598b9f

Please sign in to comment.