From c9b4afc30f685d8dddfe5a3ec636b437bc17d44f Mon Sep 17 00:00:00 2001 From: XiaoYhun Date: Tue, 31 Oct 2023 16:52:19 +0700 Subject: [PATCH] fix links should open new tab --- .../TrueSightV2/components/table/LiquidityMarkets.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/pages/TrueSightV2/components/table/LiquidityMarkets.tsx b/src/pages/TrueSightV2/components/table/LiquidityMarkets.tsx index 21064a7acd..0129e209bd 100644 --- a/src/pages/TrueSightV2/components/table/LiquidityMarkets.tsx +++ b/src/pages/TrueSightV2/components/table/LiquidityMarkets.tsx @@ -176,6 +176,7 @@ const useRenderLiquidityMarkets = (activeTab: ChartTab, type?: LIQUIDITY_MARKETS as="a" href={item.marketUrl} target="_blank" + rel="noreferrer" color={theme.primary} style={{ padding: '6px' }} > @@ -223,7 +224,14 @@ const useRenderLiquidityMarkets = (activeTab: ChartTab, type?: LIQUIDITY_MARKETS - +