Skip to content

Commit

Permalink
fix: Add a link to the developer champion page from the landing page (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sauble authored Jul 1, 2020
1 parent bbf900a commit ca4ac42
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,19 @@ const IndexPage = ({ data, pageContext }) => {
variant={Button.VARIANT.PRIMARY}
href="https://forms.gle/Zkdub5e1x4MNqSKW9"
>
Nominate a Developer Champion
Nominate a developer champion
<FeatherIcon
className={styles.externalLinkIcon}
name="external-link"
/>
</Button>
<Button
as={Link}
variant={Button.VARIANT.PLAIN}
to="/developer-champion"
>
Learn more about developer champions
</Button>
</div>
<img
className={styles.img}
Expand Down

0 comments on commit ca4ac42

Please sign in to comment.