fix: warning sur ouverture modale de fichiers

This commit is contained in:
N3WT DE COMPET
2025-05-03 16:30:54 +02:00
parent f3c4284778
commit 889a3a48c5

View File

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