Skip to content

Commit

Permalink
Merge pull request #443 from mithraiclabs/fix/ask-tooltip
Browse files Browse the repository at this point in the history
[fix]Asks tooltip text
  • Loading branch information
danmatuszak authored Jul 9, 2021
2 parents 1031560 + 12ad69f commit 72083dc
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 72083dc

Please sign in to comment.