diff --git a/apps/main/src/dex/components/pool-alert-messages.tsx b/apps/main/src/dex/components/pool-alert-messages.tsx
index 667dfdeb69..89d760bca5 100644
--- a/apps/main/src/dex/components/pool-alert-messages.tsx
+++ b/apps/main/src/dex/components/pool-alert-messages.tsx
@@ -1,8 +1,4 @@
-import Button from '@mui/material/Button'
-import Link from '@mui/material/Link'
import Stack from '@mui/material/Stack'
-import { ArrowTopRightIcon } from '@ui-kit/shared/icons/ArrowTopRightIcon'
-import { RouterLink } from '@ui-kit/shared/ui/RouterLink'
import { SizesAndSpaces } from '@ui-kit/themes/design/1_sizes_spaces'
const { Spacing } = SizesAndSpaces
@@ -20,30 +16,3 @@ export const PoolAlertMessage = ({ children }: { children: React.ReactNode }) =>
{children}
)
-
-export const ExternalLink = ({ href, children }: { href: string; children: React.ReactNode }) => (
- }
- href={href}
- target="_blank"
- rel="noreferrer noopener"
- >
- {children}
-
-)
-
-export const InternalLink = ({ href, children }: { href: string; children: React.ReactNode }) => (
-
-)
diff --git a/apps/main/src/dex/hooks/usePoolAlert.tsx b/apps/main/src/dex/hooks/usePoolAlert.tsx
index 8f3953e5f3..28bea8fbda 100644
--- a/apps/main/src/dex/hooks/usePoolAlert.tsx
+++ b/apps/main/src/dex/hooks/usePoolAlert.tsx
@@ -4,7 +4,8 @@ import { PoolAlert, PoolData, PoolDataCache, type UrlParams } from '@/dex/types/
import { useParams } from '@ui-kit/hooks/router'
import { t, Trans } from '@ui-kit/lib/i18n'
import { getInternalUrl } from '@ui-kit/shared/routes'
-import { ExternalLink, InternalLink, PoolAlertMessage } from '../components/pool-alert-messages'
+import { InlineLink } from '@ui-kit/shared/ui/InlineLink'
+import { PoolAlertMessage } from '../components/pool-alert-messages'
const usePoolAlert = (poolData?: PoolData | PoolDataCache) => {
const params = useParams()
@@ -69,7 +70,7 @@ const usePoolAlert = (poolData?: PoolData | PoolDataCache) => {
subtitle: (
This pool has been deprecated. Please use the{' '}
- PRISMA/yPRISMA pool instead.
+ PRISMA/yPRISMA pool instead.
),
},
@@ -91,16 +92,16 @@ const usePoolAlert = (poolData?: PoolData | PoolDataCache) => {
Please note that exchanges on synthetix synths are expected to be disabled and users can either withdraw
liquidity from the underlying token, or redeem their synths to sUSD on{' '}
- synthetix.io
+ synthetix.io
Users are encouraged to exit the pools in order to avoid getting their holdings‘ value diluted with
the discountRate For more information please refer to{' '}
-
+
gov.curve.finance
-
+