fix: change titles and remove container

This commit is contained in:
RadoslavDimchev 2023-08-16 13:45:33 +03:00
parent 8b6149cae8
commit 5108865895
1 changed files with 21 additions and 24 deletions

View File

@ -27,7 +27,6 @@ const DeviceSyncStatus = () => {
]}
/>
</Stack>
<div className="container-inner landing-page">
<YStack
space={'$4'}
style={{
@ -39,9 +38,8 @@ const DeviceSyncStatus = () => {
>
<NimbusLogo />
<Titles
title="Device Health Check"
subtitle="Configure your device to start Staking on Nimbus"
isAdvancedSettings={true}
title="Sync Status"
subtitle="Monitor your Validator Client and Beacon Node syncing progression."
/>
<YStack>
<SyncStatusCardExecution synced={132432} total={200000} />
@ -51,7 +49,6 @@ const DeviceSyncStatus = () => {
<Button>Continue</Button>
</Stack>
</YStack>
</div>
</PageWrapperShadow>
)
}