diff --git a/src/app/components/PriceChart.tsx b/src/app/components/PriceChart.tsx index 500715a3..6d7a5adc 100644 --- a/src/app/components/PriceChart.tsx +++ b/src/app/components/PriceChart.tsx @@ -284,7 +284,7 @@ export function TradingChartOrPairInfo() { return (
-
+
{[ [t("trading_chart"), ChartTabOptions.TRADING_CHART], @@ -425,7 +425,7 @@ export function PairInfoTab() {
-
+

- {shortenString(token1?.address, 8, 20, "...")} + {shortenString(token1?.address, 8, 10, "...")}

-
+

- {shortenString(token2?.address, 8, 20, "...")} + {shortenString(token2?.address, 8, 10, "...")}

-
+