Skip to content

Commit

Permalink
feat: add arrowkeys trverse message in user menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Rithvik-padma committed Dec 23, 2023
1 parent 721daf3 commit 719109f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/components/UserMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ export default function UserMenu() {
<MenuIcon className="h-6 w-6" />
</Menu.Button>
<Menu.List position="left">
<Menu.Item>
<span className="sr-only">{tCommon("arrowkeys")}</span>
</Menu.Item>
<div className="lg:hidden">
<Menu.ItemButton
onClick={() => {
Expand Down

0 comments on commit 719109f

Please sign in to comment.