From 0947232fa163610c968bf13567b47fe6636b2212 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Tue, 8 Aug 2023 13:57:33 +0300 Subject: [PATCH] feat: add constant messages --- src/components/HealthInfoSection.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/HealthInfoSection.tsx b/src/components/HealthInfoSection.tsx index 9001824f..c00ce1eb 100644 --- a/src/components/HealthInfoSection.tsx +++ b/src/components/HealthInfoSection.tsx @@ -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