Skip to content

Commit 39a755e

Browse files
committed
fix: add aria-label prop on nav links
1 parent 8eda937 commit 39a755e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Navigation/Navigation.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ function NavigationIcon({ children, to, title }) {
7171
to={to}
7272
className="inline-flex items-center text-gray-100 dark:text-gray-200 hover:text-blue-200"
7373
title={`webpack on ${title}`}
74+
aria-label={`webpack on ${title}`}
7475
>
7576
{children}
7677
</Link>

0 commit comments

Comments
 (0)