Skip to content

Commit

Permalink
Change query on click on first category
Browse files Browse the repository at this point in the history
  • Loading branch information
kemar committed Aug 31, 2018
1 parent 63c0ece commit 40083c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search/Categories.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Categories extends React.Component {
<li className="categories__list-item">
<a
href="#"
onClick={e => this.handleClick(e, "embauche et contrat")}
onClick={e => this.handleClick(e, "obligations et embauche")}
>
<img src="/static/assets/icons/handshake.svg" alt="" />
<h3>Embauche et contrat</h3>
Expand Down

0 comments on commit 40083c1

Please sign in to comment.