mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-10 10:26:53 +00:00
feat: create constants file and move them
This commit is contained in:
parent
3ea108b246
commit
e533617a6b
8
src/constants.ts
Normal file
8
src/constants.ts
Normal file
@ -0,0 +1,8 @@
|
||||
export const GREEN_CHECKMARK_ICON = '/icons/checkmark-circle-green.png'
|
||||
export const RED_CHECKMARK_ICON = '/icons/remove-circle-red.png'
|
||||
|
||||
export const BAD_STORAGE_TEXT =
|
||||
'Your storage is running low as required for additional node services.'
|
||||
export const CPU_CLOCK_RATE_TEXT = '2.4GHz is recommended for CPU.'
|
||||
export const GOOD_RAM_MEMORY_TEXT = 'There is sufficient RAM required for selected services.'
|
||||
export const NETWORK_TEXT = 'Network Latency is low.'
|
Loading…
x
Reference in New Issue
Block a user