From a1bf95b04f40222206afc85876bc4e433364f329 Mon Sep 17 00:00:00 2001 From: Vinay Singh Date: Tue, 20 Feb 2024 00:44:20 +0530 Subject: [PATCH] warning banner text changes --- src/components/NavBar/WarningBanner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NavBar/WarningBanner.tsx b/src/components/NavBar/WarningBanner.tsx index 4bc6110f..c16e9c35 100644 --- a/src/components/NavBar/WarningBanner.tsx +++ b/src/components/NavBar/WarningBanner.tsx @@ -53,7 +53,7 @@ const BannerTextWrapper = styled(ThemedText.BodySecondary)` ` export const bannerText = - 'Warning: Deposit and remove liquidity is currently paused in v2. No swap will route through v2 pools. So your funds are safe.' + 'Warning: Deposit liquidity is currently paused in v2. No swap will route through v2 pools. We recommend you remove the liquidity from Jediswap v2.' export function WarningBanner() { return (