Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Fixed ESLint warnings about missing ARIA attributes on controls
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed May 1, 2024
1 parent afffcaf commit b69f71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export default function GameHome()
<section id={styles.GameHome}>
{/* Affichage de l'animation du logo vers le dépôt GitHub */}
{/* Source : https://tholman.com/github-corners/ */}
<a href="https://github.com/FlorianLeChat/Domego" target="_blank" rel="noopener noreferrer">
<a href="https://github.com/FlorianLeChat/Domego" target="_blank" aria-label="GitHub" rel="noopener noreferrer">
<svg width="80" height="80" viewBox="0 0 250 250">
<path d="M0 0l115 115h15l12 27 108 108V0z" />
<path d="M128 109c-15-9-9-19-9-19 3-7 2-11 2-11-1-7 3-2 3-2 4 5 2 11 2 11-3 10 5 15 9 16" />
Expand Down

0 comments on commit b69f71c

Please sign in to comment.