Skip to content

Commit

Permalink
fix: add margin to category
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Aug 19, 2019
1 parent 7d1888e commit b20f489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.re
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ let make = () => {
{React.string("All")}
</Pill>
<Pill
className="mr-4"
onClick={_ => dispatch(SetCategory(Some(`Hero)))}
selected={state.category === Some(`Hero)}>
{React.string("Hero")}
Expand Down

1 comment on commit b20f489

@vercel
Copy link

@vercel vercel bot commented on b20f489 Aug 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.