Skip to content

Commit

Permalink
fix: short - bid instead of ask
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveVodrazka committed Sep 3, 2024
1 parent 3c3da4b commit 5776e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TradeTable/OptionsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const OptionsTable = ({ options, tokenPair, side }: Props) => {
{(side === OptionSide.Short || side === "all") && (
<div>
<div className={styles.header}>
<span className="greytext">ask price</span>
<span className="greytext">bid price</span>
<span className="redtext">/ short</span>
</div>
</div>
Expand Down

0 comments on commit 5776e11

Please sign in to comment.