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:
parent
ef1ba911d9
commit
542e00482b
9 changed files with 68 additions and 15 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue