Skip to content

Commit

Permalink
fix: add alt text to href
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Lilleby authored and Anton Lilleby committed Feb 3, 2025
1 parent 119fcf8 commit ca4909f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/components/shared/SignedInDesktopMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
target="_blank"
rel="noopener noreferrer"
href={subscribeLink}
alt="Abonner på kalender"
>
<CalendarIcon strokeWidth={1.5} class="w-[16px]" />
</Button>
Expand Down
1 change: 1 addition & 0 deletions app/src/components/shared/SignedInMobileMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
target="_blank"
rel="noopener noreferrer"
href={subscribeLink}
alt="Abonner på kalender"
>
<span class="mr-1.5">Subscribe</span>
<CalendarIcon strokeWidth={1.5} class="w-[16px]" />
Expand Down

0 comments on commit ca4909f

Please sign in to comment.