Adds a11y compliance

This commit is contained in:
Daniel Svitan
2025-05-01 13:04:25 +02:00
parent 47dda6f8ec
commit 4906b8f633
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ const {link, icon} = Astro.props
---
<a href={link} target="_blank">
<img src={icon ?? "/arrow-up-right-from-square.svg"}
<img src={icon ?? "/icons/arrow-up-right-from-square.svg"}
alt="Arrow going to the top right from the center of a square, representing a link"
class="w-4 h-4"
/>