We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eda937 commit 39a755eCopy full SHA for 39a755e
1 file changed
src/components/Navigation/Navigation.jsx
@@ -71,6 +71,7 @@ function NavigationIcon({ children, to, title }) {
71
to={to}
72
className="inline-flex items-center text-gray-100 dark:text-gray-200 hover:text-blue-200"
73
title={`webpack on ${title}`}
74
+ aria-label={`webpack on ${title}`}
75
>
76
{children}
77
</Link>
0 commit comments