Skip to content

Commit

Permalink
[fix]Asks tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
danmatuszak committed Jul 9, 2021
1 parent 1031560 commit 12ad69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/Markets/MarketsTableHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const MarketsTableHeader: React.FC<{
title={
<Box
p={1}
>{`The lowest price to sell the call option on the order book book`}</Box>
>{`The lowest price to sell the call option on the order book`}</Box>
}
>
<Box display="inline">Ask</Box>
Expand Down

0 comments on commit 12ad69f

Please sign in to comment.