Skip to content

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 931b7ac commit 094fff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[locale]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ export default async function Page( {
<a
rel="noopener noreferrer"
href={meta.source}
title="GitHub"
target="_blank"
className="group fixed bottom-auto left-auto right-0 top-0 [clip-path:polygon(0_0,100%_0,100%_100%)] max-sm:hidden"
aria-label="GitHub"
>
<svg
width="80"
Expand Down

0 comments on commit 094fff3

Please sign in to comment.