Skip to content

Commit

Permalink
Merge pull request #713 from newrelic/veextee-patch-1
Browse files Browse the repository at this point in the history
Update register link to register button on homepage
  • Loading branch information
jerelmiller authored Sep 3, 2020
2 parents 32cef38 + 5a86b29 commit 17ec042
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,13 @@ const IndexPage = ({ data, pageContext }) => {
inactiveMessage="Countdown to Nerd Days"
/>
<p>
<Link to="/nerd-days">Register</Link>
<Button
as={Link}
to="/nerd-days"
variant={Button.VARIANT.PRIMARY}
>
Register
</Button>
</p>
</div>
<div
Expand Down

0 comments on commit 17ec042

Please sign in to comment.