Skip to content

Commit

Permalink
fix(pools): Binance tag (pancakeswap#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
hachiojidev committed Dec 10, 2020
1 parent f0b9beb commit c156430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const CommunityTag = () => (
)

const BinanceTag = () => (
<Tag variant="failure" outline startIcon={<BinanceIcon />}>
<Tag variant="binance" outline startIcon={<BinanceIcon />}>
Binance
</Tag>
)
Expand Down

0 comments on commit c156430

Please sign in to comment.