Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions site/src/pages/newsletter/index.en.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ const NewsletterPage = (props) => {
id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
target="_blank"
novalidate>
noValidate>
<div id="mc_embed_signup_scroll">
<div margin-top margin-bottom>
<div>
<input type="email" defaultValue="" name="EMAIL" id="mce-EMAIL" placeholder="Email" />
</div>
<div id="mce-responses">
<div id="mce-error-response" style={{display: 'none'}}></div>
<div id="mce-success-response" style={{display: 'none'}}></div>
</div>
<div style={{position: 'absolute', left: '-50000px'}} aria-hidden="true">
<input type="text" name="b_9b5f83c6cb1006ea8f7225ccb_264e8d156c" tabindex="-1" value="" />
<input type="text" name="b_9b5f83c6cb1006ea8f7225ccb_264e8d156c" tabIndex="-1" defaultValue="" />
</div>

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