Skip to content

Commit

Permalink
Fix getting started link (#2902)
Browse files Browse the repository at this point in the history
* Fix getting started link

* Update index.mdx

* Change Button import to ButtonLink

Co-authored-by: Mike Bobadilla <mike.c.bobadilla@gmail.com>
Co-authored-by: Trevor Blades <tdblades@gmail.com>
  • Loading branch information
2 people authored and abernix committed Jun 25, 2019
1 parent 0ae49d3 commit 35cd9a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ Apollo Server implements a spec-compliant GraphQL server which can be queried fr

These docs will help you go from getting started with Apollo to becoming an expert in no time!

import {ButtonWrapper, Button} from 'gatsby-theme-apollo-docs';
import {ButtonWrapper, ButtonLink} from 'gatsby-theme-apollo-docs';

<ButtonWrapper>
<Button to="/getting-started/">Get started</Button>
<ButtonLink size="large" to="/getting-started/">
<Button>Get started</Button>
</ButtonLink>
</ButtonWrapper>

0 comments on commit 35cd9a1

Please sign in to comment.