claenup: remove html tags from create node page

This commit is contained in:
Ivana Andersson 2023-08-16 15:57:19 +03:00
parent b6a2204319
commit 60f9649333

View File

@ -19,19 +19,15 @@ const CreateLocalNodePage = () => {
<NimbusLogo />
<XStack space={'$2'} alignItems="center">
<Tag icon={PairIcon} label="Pair" size={32} />
<Tag icon={CreateIcon} label="Create" size={32} />
<Tag selected icon={CreateIcon} label="Create" size={32} />
</XStack>
</XStack>
<article className="content">
<section className="mb-1">
<Titles
title="Create Local Node"
subtitle="Configure your device to start Staking on Nimbus"
/>
</section>
<section className="mb-1">
<YStack>
<YStack my={16}>
<XStack space>
<LabelInputField labelText="Device Name" placeholderText="Stake and chips" />
</XStack>
@ -50,13 +46,10 @@ const CreateLocalNodePage = () => {
</YStack>
</XStack>
</YStack>
</section>
<section className="my-1">
<YStack>
<YStack my={16}>
<Text size={19} weight="semibold">
Settings
</Text>
</YStack>
<XStack my={8} space={'$2'}>
<Checkbox
id="auto-connect"
@ -71,7 +64,7 @@ const CreateLocalNodePage = () => {
</Label>
</XStack>
<Separator alignSelf="stretch" borderColor={'#F0F2F5'} />
</section>
</YStack>
<StatusButton icon={<NodeIcon />}>Continue</StatusButton>
</article>
</div>