Skip to content

Commit

Permalink
fix: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Sep 3, 2020
1 parent c98eebf commit 4e54a71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ const IndexPage = ({ data, pageContext }) => {
/>
<p>
<Button
as={Link}
to="/nerd-days"
variant={Button.VARIANT.PRIMARY}
>
Register
</Button>
as={Link}
to="/nerd-days"
variant={Button.VARIANT.PRIMARY}
>
Register
</Button>
</p>
</div>
<div
Expand Down

0 comments on commit 4e54a71

Please sign in to comment.