mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-20 15:18:33 +00:00
Add text and style
This commit is contained in:
parent
55adac051b
commit
e37fdbe089
@ -1,6 +1,5 @@
|
|||||||
import { XStack, Stack, YStack } from 'tamagui'
|
import { XStack, Stack, YStack } from 'tamagui'
|
||||||
import { InformationBox, Text } from '@status-im/components'
|
import { InformationBox, Text } from '@status-im/components'
|
||||||
import { Link } from 'react-router-dom'
|
|
||||||
import { CloseCircleIcon } from '@status-im/icons'
|
import { CloseCircleIcon } from '@status-im/icons'
|
||||||
|
|
||||||
const ValidatorSetupInstall = () => {
|
const ValidatorSetupInstall = () => {
|
||||||
@ -24,15 +23,35 @@ const ValidatorSetupInstall = () => {
|
|||||||
one of the three original implementations of the Ethereum protocol.
|
one of the three original implementations of the Ethereum protocol.
|
||||||
</Text>
|
</Text>
|
||||||
<InformationBox
|
<InformationBox
|
||||||
message="No connection has been created to a Nimbus service for over 3 minutes. Please ensure that the generated pairing ID was input into the CLI. If you are unable to pair device, consider connect via IP. "
|
message="Currently Geth is used by > 66% of the network.
|
||||||
|
Client diversity is extremely important for the network health of Ethereum: A bug in a client with a share of over 33% can cause Ethereum to go offline. If the client has a supermajority (>66%), a bug could cause the chain to incorrectly split, potentially leading to slashing.Learn how Nimbus is helping client diversity →"
|
||||||
variant="error"
|
variant="error"
|
||||||
icon={<CloseCircleIcon size={20} color="$red" />}
|
icon={<CloseCircleIcon size={20} color="$red" />}
|
||||||
/>
|
/>
|
||||||
|
<YStack
|
||||||
|
style={{
|
||||||
|
border: '1px solid #E7EAEE',
|
||||||
|
borderRadius: '15px',
|
||||||
|
padding: '6px 12px',
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<Text size={27}> Installing Geth</Text>
|
||||||
|
<Text size={13}>
|
||||||
|
There are several ways to install Geth, including via a package manager, downloading
|
||||||
|
a pre-built bundle, running as a docker container or building from downloaded source
|
||||||
|
code. On this page the various installation options are explained for several major
|
||||||
|
operating systems. Users prioritizing ease of installation should choose to use a
|
||||||
|
package manager or prebuilt bundle. Users prioritizing customization should build
|
||||||
|
from source. It is important to run the latest version of Geth because each release
|
||||||
|
includes bugfixes and improvements over the previous versions. The stable releases
|
||||||
|
are recommended for most users because they have been fully tested. A list of stable
|
||||||
|
releases can be found here. Instructions for updating existing Geth installations
|
||||||
|
are also provided in each section.
|
||||||
|
</Text>
|
||||||
|
</YStack>
|
||||||
</YStack>
|
</YStack>
|
||||||
</Stack>
|
</Stack>
|
||||||
</YStack>
|
</YStack>
|
||||||
|
|
||||||
|
|
||||||
</YStack>
|
</YStack>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user