Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
changing boring "register" link that's just floating to cool primary button link per guidance by Liz :)
  • Loading branch information
veextee authored Sep 2, 2020
1 parent 32cef38 commit 5a86b29
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 5a86b29

Please sign in to comment.