diff --git a/src/pages/ValidatorOnboarding/Overview/Overview.tsx b/src/pages/ValidatorOnboarding/Overview/Overview.tsx
index 3f44b4f2..d526bf0b 100644
--- a/src/pages/ValidatorOnboarding/Overview/Overview.tsx
+++ b/src/pages/ValidatorOnboarding/Overview/Overview.tsx
@@ -1,8 +1,7 @@
-import { Stack, Text as TextTam, XStack, YStack } from 'tamagui'
+import { Text as TextTam, XStack, YStack } from 'tamagui'
import { Text } from '@status-im/components'
-import { Link } from 'react-router-dom'
import OverviewCard from './OverviewCard'
-import { ArrowRightIcon } from '@status-im/icons'
+import LinkWithArrow from '../../../components/General/LinkWithArrow'
const Overview = () => {
return (
@@ -24,16 +23,7 @@ const Overview = () => {
by proof-of-stake validators. By running a validator, you'll be helping to secure the
Ethereum network.
-
-
-
-
- Learn more
-
-
-
-
-
+