Skip to content

Commit

Permalink
(docs) add aria label
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Apr 13, 2024
1 parent 871b5ad commit 41f25f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/theme/Footer/Layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function FooterLayout({style, links, logo, copyright}) {
<div className="footer__bottom text--center">
{logo && <div className="margin-bottom--sm">{logo}</div>}
{copyright}
<a href="https://notbyai.fyi"><NotByAI /></a>
<a href="https://notbyai.fyi" aria-label="Created not by AI"><NotByAI /></a>
</div>
)}
</div>
Expand Down

0 comments on commit 41f25f2

Please sign in to comment.