fix: types errors

This commit is contained in:
DIYgod 2023-04-16 20:51:19 +01:00
parent 1d7de9723a
commit f302d89de9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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