Removed fieldset from form

dependabot/npm_and_yarn/typescript-eslint/parser-4.33.0
Guusvanmeerveld 3 years ago
parent 49b519b015
commit aca2f3d359

@ -13,7 +13,6 @@ const Contact = () => (
name="contact"
data-netlify-recaptcha="true"
>
<fieldset>
<label htmlFor="email">Email</label>
<input name="email" type="email" required placeholder="Your email address" id="email" />
<label htmlFor="type">Message type</label>
@ -29,7 +28,6 @@ const Contact = () => (
<button className="button" type="submit">
Send
</button>
</fieldset>
</form>
</div>
</div>

Loading…
Cancel
Save