Skip to content

Commit

Permalink
fix: add sr-only to menu text in button
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Sep 20, 2023
1 parent 34a80ff commit 1d37806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/src/components/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Menu = ({ session, roomCode }: MenuProps) => {
onClick={() => setShowMenu(!showMenu)}
>
<FiSettings className="text-xl md:text-2xl" />
<span>Menu</span>
<span className="sr-only">Menu</span>
</button>
<AnimatePresence initial={false}>
{showMenu && (
Expand Down

0 comments on commit 1d37806

Please sign in to comment.