diff --git a/ui/home/indicators/ChainIndicators.tsx b/ui/home/indicators/ChainIndicators.tsx index b1ce2bf583..5b6381cd07 100644 --- a/ui/home/indicators/ChainIndicators.tsx +++ b/ui/home/indicators/ChainIndicators.tsx @@ -1,4 +1,4 @@ -import { Box, Flex, Skeleton, Text, useColorModeValue } from '@chakra-ui/react'; +import { Flex, Skeleton, Text, useColorModeValue } from '@chakra-ui/react'; import React from 'react'; import config from 'configs/app'; @@ -76,7 +76,7 @@ const ChainIndicators = () => { const diffColor = diff >= 0 ? 'green.500' : 'red.500'; return ( - + { diff }% @@ -101,10 +101,10 @@ const ChainIndicators = () => { { indicator?.title } { indicator?.hint && } - + { valueTitle } { valueDiff } - + { indicators.length > 1 && (