Skip to content

Commit e7850b3

Browse files
committed
err on mobile
1 parent 0566f2e commit e7850b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/web/src/components/sidebar.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { SectionHeader } from '@/components/section-header';
1010
import { ScrollArea } from '@/components/ui/scroll-area';
1111
import { MessageSquare, HardDriveDownload, Settings, ChevronRight, ChevronLeft, Menu, LayoutDashboard, Download, Plus } from 'lucide-react';
1212
import { Button } from '@/components/ui/button';
13-
import { Sheet, SheetContent, SheetTrigger } from '@/components/ui/sheet';
13+
import { Sheet, SheetContent, SheetTrigger, SheetTitle } from '@/components/ui/sheet';
1414
import Image from 'next/image';
1515

1616
function AppCard({
@@ -119,6 +119,7 @@ function SidebarContent({ activeAppId }: { activeAppId?: string }) {
119119
</Button>
120120
</SheetTrigger>
121121
<SheetContent side="left" className="p-0 w-80">
122+
<SheetTitle className="sr-only">Navigation Menu</SheetTitle>
122123
<SidebarInner
123124
token={token}
124125
activeAppId={activeAppId}

0 commit comments

Comments
 (0)