Skip to content

Commit

Permalink
feat(mail):aria label for voiceover (#1577)
Browse files Browse the repository at this point in the history
  • Loading branch information
purusott authored Jul 5, 2024
1 parent ce44802 commit 35df9f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next-tavla/app/components/FloatingContact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ function FloatingContact() {
href="mailto:[email protected]"
target="_blank"
className="flex items-center justify-center w-14 h-14 rounded-full border-primary border-2 bg-primary hover:bg-secondary"
aria-label="Send en mail til [email protected]"
>
<EmailIcon size={20} />
<EmailIcon size={20} aria-hidden="true" />
</Link>
</div>
)
Expand Down

0 comments on commit 35df9f9

Please sign in to comment.