diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx
index bb6803750..cfb78e7c6 100644
--- a/src/components/Header/index.tsx
+++ b/src/components/Header/index.tsx
@@ -349,6 +349,9 @@ function Header() {
+
+ {t('Pools V2')}
+
{t('DCA')}
@@ -450,7 +453,9 @@ function Header() {
↗
-
+
+ {t('Pools V2')}
+
{t('DCA')}
diff --git a/src/pages/App.tsx b/src/pages/App.tsx
index 6c6616cf1..e94b88878 100644
--- a/src/pages/App.tsx
+++ b/src/pages/App.tsx
@@ -123,6 +123,10 @@ export default function App() {
swapr.eth.limo
+ or
+
+ swapr.eth.link
+
setIsOpenBanner(false)} />
diff --git a/src/pages/Pools/index.tsx b/src/pages/Pools/index.tsx
index e7a4434b3..7ad9d3ac6 100644
--- a/src/pages/Pools/index.tsx
+++ b/src/pages/Pools/index.tsx
@@ -26,9 +26,6 @@ import { TYPE } from '../../theme'
import { PageWrapper } from '../../ui/StyledElements/PageWrapper'
import { getAccountAnalyticsLink } from '../../utils'
import { unwrappedToken } from '../../utils/wrappedCurrency'
-
-import LiquidityV3Banner from './LiquidityV3Banner'
-
const TitleRow = styled(RowBetween)`
${({ theme }) => theme.mediaWidth.upToSmall`
flex-wrap: wrap;
@@ -225,7 +222,6 @@ export default function Pools() {
-