Skip to content

Commit

Permalink
Merge pull request microsoft#345 from microsoft/fix_aria_label
Browse files Browse the repository at this point in the history
Fix link in main menu
  • Loading branch information
davidxw authored Feb 29, 2024
2 parents 0da89b7 + 7839ffd commit 0d19294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/main-menu/main-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const MainMenu = async () => {
{user.isAdmin && (
<>
<MenuItem tooltip="reporting">
<MenuLink href="/reporting">
<MenuLink href="/reporting" ariaLabel="Go to the Admin reporting" >
<Sheet {...menuIconProps} />
</MenuLink>
</MenuItem>
Expand Down

0 comments on commit 0d19294

Please sign in to comment.