Missing `Description` or `aria-describedby={undefined}` for {DialogContent}.

This commit is contained in:
null 2026-05-27 14:11:48 -05:00
parent 6bab4b5c89
commit 4410f01d48
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ const Header = () => {
</svg>
</button>
</SheetTrigger>
<SheetContent side="right" className="w-[85vw] max-w-[300px] sm:w-[350px] bg-primary-navy text-white">
<SheetContent side="right" aria-describedby={undefined} className="w-[85vw] max-w-[300px] sm:w-[350px] bg-primary-navy text-white">
<VisuallyHidden.Root asChild>
<SheetTitle>Navigation Menu</SheetTitle>
</VisuallyHidden.Root>