Skip to content

Commit

Permalink
Point links on home page to correct page
Browse files Browse the repository at this point in the history
  • Loading branch information
mietcls authored Aug 13, 2018
1 parent ed3d4b2 commit 5887a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/views/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class Home extends React.Component {
</div>
</section>
<section className="button-section">
<Button size="small" inverted to="/story/select">
<Button size="small" inverted to="/filter">
Start je verhaal hier
</Button>
</section>
Expand Down Expand Up @@ -180,7 +180,7 @@ class Home extends React.Component {
</div>
</section>}
<section className="button-section button-section--white">
<Button size="small" to="/story/select">
<Button size="small" to="/filter">
Start je verhaal hier
</Button>
</section>
Expand Down

0 comments on commit 5887a2c

Please sign in to comment.