mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-02 22:53:36 +00:00
feat: add constant messages
This commit is contained in:
parent
6b788018ad
commit
0947232fa1
@ -1,5 +1,9 @@
|
||||
import { YStack } from 'tamagui'
|
||||
|
||||
const BAD_STORAGE_TEXT = 'Your storage is running low as required for additional node services.'
|
||||
const CPU_CLOCK_RATE_TEXT = '2.4GHz is recommended for CPU.'
|
||||
const GOOD_RAM_MEMORY_TEXT = 'There is sufficient ram required for selected services.'
|
||||
const NETWORK_TEXT = 'Network Latency is low.'
|
||||
type HealthInfoSectionProps = {
|
||||
usedStorage: number
|
||||
maxStorage: number
|
||||
|
Loading…
x
Reference in New Issue
Block a user