mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 16:03:21 +00:00
fix: warning sur ouverture modale de fichiers
This commit is contained in:
@ -93,9 +93,9 @@ const FilesModal = ({
|
||||
isOpen={isOpen}
|
||||
setIsOpen={setIsOpen}
|
||||
title={
|
||||
<h2 className="text-2xl font-bold text-gray-800 border-b pb-2 mb-4">
|
||||
<span className="text-2xl font-bold text-gray-800 border-b pb-2 mb-4">
|
||||
{title}
|
||||
</h2>
|
||||
</span>
|
||||
}
|
||||
ContentComponent={() => (
|
||||
<div className="space-y-6">
|
||||
|
||||
Reference in New Issue
Block a user