fix: modification visuel du frontend au niveau du formulaire de contact pour qu'il s'armonise avec le css global.

fix : update du backend avec ajout de la suppression d'un projet.
This commit is contained in:
toine 2025-10-04 11:03:08 +02:00
parent ef1ba911d9
commit 542e00482b
9 changed files with 68 additions and 15 deletions

View file

@ -67,6 +67,7 @@ export default function NewProjectPage() {
</select>
) : (
<input
type={key === "url" || key === "image" || key === "source" ? "url" : "text"}
name={key}
value={formData[key as keyof typeof formData]}
onChange={handleChange}