Missing `Description` or `aria-describedby={undefined}` for {DialogContent}.
This commit is contained in:
parent
6bab4b5c89
commit
4410f01d48
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue