From 93322bfefada5c34ec5e975d406051ab8e4e4ff2 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Wed, 30 Aug 2023 15:18:33 +0300 Subject: [PATCH] feat: use new link component --- .../ValidatorOnboarding/Overview/Overview.tsx | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) 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 - - - - - +