This commit is contained in:
gpt-engineer-app[bot]
2026-01-28 13:04:39 +00:00
parent 0eeb0b9d62
commit 568839a2a5
+1 -1
View File
@@ -116,7 +116,7 @@ const Contact = () => {
type="text"
value={form.name}
onChange={(e) => setForm({ ...form, name: e.target.value })}
placeholder="Ditt namn"
placeholder="Namn"
required
/>
</div>