Skip to content

Commit

Permalink
Added missing ARIA attributes (aria-label) to HTML buttons and links
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Aug 19, 2024
1 parent 063f900 commit 8fe21b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/GitHubCorner.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<a
rel="noopener noreferrer"
href="https://github.com/FlorianLeChat/Homepage"
title="GitHub"
target="_blank"
aria-label="GitHub"
>
Expand Down

0 comments on commit 8fe21b4

Please sign in to comment.