Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit ca89380

Browse files
Merge pull request #1128 from deckgo/fix_newsletter_form
fix: site newsletter form page
2 parents 7068e49 + 5599cbd commit ca89380

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/src/pages/newsletter/index.en.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ const NewsletterPage = (props) => {
2222
id="mc-embedded-subscribe-form"
2323
name="mc-embedded-subscribe-form"
2424
target="_blank"
25-
novalidate>
25+
noValidate>
2626
<div id="mc_embed_signup_scroll">
27-
<div margin-top margin-bottom>
27+
<div>
2828
<input type="email" defaultValue="" name="EMAIL" id="mce-EMAIL" placeholder="Email" />
2929
</div>
3030
<div id="mce-responses">
3131
<div id="mce-error-response" style={{display: 'none'}}></div>
3232
<div id="mce-success-response" style={{display: 'none'}}></div>
3333
</div>
3434
<div style={{position: 'absolute', left: '-50000px'}} aria-hidden="true">
35-
<input type="text" name="b_9b5f83c6cb1006ea8f7225ccb_264e8d156c" tabindex="-1" value="" />
35+
<input type="text" name="b_9b5f83c6cb1006ea8f7225ccb_264e8d156c" tabIndex="-1" defaultValue="" />
3636
</div>
3737

3838
<ActionButton type="submit" msgId="common.subscribe" color="primary" style={{marginTop: '1.45rem'}}></ActionButton>

0 commit comments

Comments
 (0)