Skip to content

Commit

Permalink
Merge pull request #884 from newrelic/nerd-days-updates
Browse files Browse the repository at this point in the history
Nerd days updates
  • Loading branch information
jerelmiller authored Oct 23, 2020
2 parents e0c667d + 2b1ac40 commit 00648b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const IndexPage = ({ data, pageContext }) => {
<PageContext.Provider value={pageContext}>
<SEO />
<PageLayout type={PageLayout.TYPE.SINGLE_COLUMN}>
<PageLayout.Header title="Mark your calendar for Nerd Days 1.0 APAC" />
<PageLayout.Header title="Mark your calendar for Nerd Days 1.0 EMEA" />

<PageLayout.Content>
<section
Expand All @@ -69,19 +69,19 @@ const IndexPage = ({ data, pageContext }) => {
<div className={styles.introText}>
<p>
Nerd Days is a <strong>FREE</strong> engineering conference that
kicks off October 22 (APAC). Focused on building more perfect
kicks off November 10 (EMEA). Focused on building more perfect
software, our goal is to spend less time looking at slides that
tell you what software can do and more time on getting your
hands on the software to solve problems efficiently.
</p>
<Countdown
targetDate="October 22 2020 6:00:00 PDT"
inactiveMessage="Countdown to Nerd Days APAC"
targetDate="November 10 2020 9:45:00 GMT"
inactiveMessage="Countdown to Nerd Days EMEA"
/>
<p>
<Button
as={Link}
to="/apj-nerd-days"
to="/emea-nerd-days"
variant={Button.VARIANT.PRIMARY}
>
Register
Expand Down

0 comments on commit 00648b4

Please sign in to comment.