Skip to content

Commit

Permalink
fix: use to instead of href for podcasts link
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jul 30, 2020
1 parent 7beb48e commit 06fe20d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,7 @@ const IndexPage = ({ data, pageContext }) => {
things. Join us for conversations on open source, observability,
software design and industry news.
</p>
<Button
as={Link}
variant={Button.VARIANT.PRIMARY}
href="/podcasts"
>
<Button as={Link} variant={Button.VARIANT.PRIMARY} to="/podcasts">
Listen
<FeatherIcon className={styles.Icon} name="link" />
</Button>
Expand Down

0 comments on commit 06fe20d

Please sign in to comment.