We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97b29d commit 7b780caCopy full SHA for 7b780ca
1 file changed
components/navs/public/MobileView.tsx
@@ -34,8 +34,9 @@ export default function MobileView() {
34
return (
35
<div className="w-full flex justify-end items-center">
36
<Sheet>
37
- <SheetTrigger>
+ <SheetTrigger aria-label="Open navigation menu">
38
<Menu className="text-primary" size={36} />
39
+ <span className="sr-only">Open navigation menu</span>
40
</SheetTrigger>
41
<SheetContent
42
side={'right'}
0 commit comments