From 1ce402491d93ec5bed1a21f799f702772c1f8bf2 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Fri, 25 Aug 2023 12:24:43 +0300 Subject: [PATCH] feat: add cards and styling --- .../ValidatorOnboarding/KeyGeneration/KeyGeneration.tsx | 2 +- .../KeyGeneration/KeyGenerationHeader.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.tsx b/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.tsx index 69416dd2..f13885a1 100644 --- a/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.tsx +++ b/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.tsx @@ -3,7 +3,7 @@ import KeyGenerationHeader from './KeyGenerationHeader' const KeyGeneration = () => { return ( - + ) diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/KeyGenerationHeader.tsx b/src/pages/ValidatorOnboarding/KeyGeneration/KeyGenerationHeader.tsx index 6e15f796..c38e5226 100644 --- a/src/pages/ValidatorOnboarding/KeyGeneration/KeyGenerationHeader.tsx +++ b/src/pages/ValidatorOnboarding/KeyGeneration/KeyGenerationHeader.tsx @@ -1,16 +1,16 @@ import { Text } from '@status-im/components' import { XStack } from 'tamagui' -// import SyncCard from './SyncCard' +import SyncCard from './SyncCard' const KeyGenerationHeader = () => { return ( - + Key Generation - {/* - */} + + )