Skip to content

Commit

Permalink
chore(docs): update button verbiage on homepage (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
pravdomil authored and TheSharpieOne committed Apr 27, 2018
1 parent 64a092c commit ddd87c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/lib/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export default () => {
Easy to use React Bootstrap 4 components
</p>
<p>
<Button outline color="danger" href="https://github.com/reactstrap/reactstrap">View on Github</Button>
<Button color="danger" tag={Link} to="/components/">View Components</Button>
<Button outline color="danger" href="https://github.com/reactstrap/reactstrap">GitHub</Button>
<Button color="danger" tag={Link} to="/components/">Components</Button>
</p>
</Col>
</Row>
Expand Down

0 comments on commit ddd87c9

Please sign in to comment.