Changes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user