Skip to content

Commit

Permalink
Fix size of next chapter button
Browse files Browse the repository at this point in the history
  • Loading branch information
domyen committed Jun 15, 2018
1 parent 9477727 commit b29bf82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/templates/chapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,7 @@ export default ({
}
action={
<Link isGatsby to={nextEntry.slug}>
<Button small primary>
Next chapter
</Button>
<Button primary>Next chapter</Button>
</Link>
}
/>
Expand Down

0 comments on commit b29bf82

Please sign in to comment.