feat: create constants file and move them

This commit is contained in:
RadoslavDimchev 2023-08-09 10:20:39 +03:00
parent 3ea108b246
commit e533617a6b
1 changed files with 8 additions and 0 deletions

8
src/constants.ts Normal file
View 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.'