mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-04 07:34:06 +00:00
fix:title
This commit is contained in:
parent
4ac624dd86
commit
845c6bae58
@ -35,7 +35,7 @@ const ConsensusSelection = () => {
|
||||
<YStack style={{ width: '100%', padding: '32px' }} minHeight={'65vh'}>
|
||||
<XStack justifyContent={'space-between'} alignItems={'center'} mb={'30px'} flexWrap="wrap">
|
||||
<Text size={27} weight={'semibold'}>
|
||||
Validator Setup
|
||||
Client Setup
|
||||
</Text>
|
||||
<XStack space={'$2'} flexWrap="wrap">
|
||||
<PairedDeviceCard />
|
||||
|
@ -20,7 +20,7 @@ const ValidatorSetupInstall = () => {
|
||||
return (
|
||||
<YStack style={{ padding: '26px 32px', width: 'fit-content' }}>
|
||||
<Text size={27} weight={'semibold'}>
|
||||
Validator Setup
|
||||
Client Setup
|
||||
</Text>
|
||||
<YStack
|
||||
style={{
|
||||
|
@ -14,7 +14,7 @@ const ValidatorSetup = () => {
|
||||
>
|
||||
<XStack justifyContent={'space-between'} alignItems={'center'} flexWrap="wrap" space={'$8'}>
|
||||
<Text size={27} weight={'semibold'}>
|
||||
Validator Setup
|
||||
Client Setup
|
||||
</Text>
|
||||
<PairedDeviceCard />
|
||||
</XStack>
|
||||
|
Loading…
x
Reference in New Issue
Block a user