From 9320d22e3ef779246eff20c7807e60421950bc89 Mon Sep 17 00:00:00 2001 From: dcts Date: Fri, 9 Aug 2024 03:51:34 +0200 Subject: [PATCH] fix spacing --- src/app/components/PriceChart.tsx | 10 +++++----- src/app/trade/page.tsx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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, "...")}

-
+