mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
fix: warning sur ouverture modale de fichiers
This commit is contained in:
@ -93,9 +93,9 @@ const FilesModal = ({
|
|||||||
isOpen={isOpen}
|
isOpen={isOpen}
|
||||||
setIsOpen={setIsOpen}
|
setIsOpen={setIsOpen}
|
||||||
title={
|
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}
|
{title}
|
||||||
</h2>
|
</span>
|
||||||
}
|
}
|
||||||
ContentComponent={() => (
|
ContentComponent={() => (
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
|
|||||||
Reference in New Issue
Block a user