Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjames44 committed Mar 17, 2024
1 parent 7e54dae commit 2f47a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/tradingPairs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ export default function TradingPairs() {
fontFamily="monospace"
paddingBottom={"1em"}
fontSize={"md"}
>{`${asset1Token!.symbol} / ${asset2Token!.symbol} Synthetic Liquidity`}</Text>
>{`${asset1Token!.symbol} / ${asset2Token!.symbol}`}</Text>
{/* Note the reversal of names here since buy and sell side is inverted at this stage (i.e. sell side == buy demand side) */}
<DepthChart
buySideData={depthChartMultiHopAsset1SellPoints}
Expand All @@ -565,7 +565,7 @@ export default function TradingPairs() {
fontFamily="monospace"
paddingBottom={"1em"}
fontSize={"md"}
>{`${asset1Token!.symbol} / ${asset2Token!.symbol} Direct Liquidity`}</Text>
>{`${asset1Token!.symbol} / ${asset2Token!.symbol}`}</Text>
<DepthChart
buySideData={depthChartSingleHopAsset1SellPoints}
sellSideData={depthChartSingleHopAsset1BuyPoints}
Expand Down

0 comments on commit 2f47a4d

Please sign in to comment.