Merge branch 'rd-hn.create-pair-device-page' of https://github.com/nimbus-gui/nimbus-gui into rd-hn.create-pair-device-page

This commit is contained in:
Hristo Nedelkov 2023-08-16 13:46:43 +03:00
commit b6926866ca

View File

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