fix: types errors
This commit is contained in:
parent
1d7de9723a
commit
f302d89de9
|
|
@ -17,7 +17,7 @@ export const Modal: React.FC<{
|
|||
className="relative z-50"
|
||||
>
|
||||
{/* The backdrop, rendered as a fixed sibling to the panel container */}
|
||||
<div className="fixed inset-0 bg-black/30 z-40" aria-hidden="true" />
|
||||
<div className="fixed inset-0 bg-black/30 z-40" aria-hidden={true} />
|
||||
|
||||
{/* Full-screen container to center the panel */}
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in New Issue