Skip to content

Commit

Permalink
Merge pull request #845 from newrelic/remove-amer-form
Browse files Browse the repository at this point in the history
Remove amer form
  • Loading branch information
jerelmiller authored Oct 19, 2020
2 parents 4879b4e + 9a19d71 commit 5847b19
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions src/pages/nerd-days.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import heroBackgroundPattern from '../images/nerd-days/nerd-days-hero-bg-pattern
import shapesIcon from '../images/nerd-days/icon-shapes.svg';
import openSourceIcon from '../images/nerd-days/icon-open-source.svg';
import HopinLogo from '../components/HopinLogo';
import MarketoForm from '../components/MarketoForm';
import styled from '@emotion/styled';
import Agenda from '../components/Agenda';

Expand Down Expand Up @@ -234,13 +233,9 @@ const NerdDaysPage = () => {
have any questions about Nerd Days please emails{' '}
<a href="mailto:[email protected]">[email protected]</a>.
</p>
<h3
css={css`
margin: 25px 0 0 0;
`}
>
Additional Nerd Days Events
</h3>
</div>
<div>
<h3>Upcoming Nerd Days</h3>
<ul
css={css`
padding: 0;
Expand All @@ -263,13 +258,6 @@ const NerdDaysPage = () => {
</CtaItem>
</ul>
</div>
<MarketoForm
id={4783}
title="REGISTER FOR NERD DAYS | AMERICAS"
munchkinId="412-MZS-894"
publishableKey="pk_4d10daa544de6f993a9a9ce002ccd1c6"
redirectLink="/nerd-days-thank-you"
/>
</div>
</Section>
<Section className={cx(styles.speakersSection)}>
Expand Down Expand Up @@ -929,7 +917,7 @@ const CtaItem = ({ date, to, children }) => (
<li
css={css`
margin-top: 0.5rem;
margin-right: 1.25rem;
margin-right: 0.5rem;
display: flex;
flex-direction: column;
justify-content: center;
Expand Down

0 comments on commit 5847b19

Please sign in to comment.