diff --git a/components/account/AccountPage.tsx b/components/account/AccountPage.tsx index 9c4f57ba..b68b2f64 100644 --- a/components/account/AccountPage.tsx +++ b/components/account/AccountPage.tsx @@ -16,11 +16,7 @@ const SimpleAreaChart = dynamic( import { COLORS } from '../../styles/colors' import { useTheme } from 'next-themes' import { IconButton } from '../shared/Button' -import { - ArrowsPointingOutIcon, - ChartBarIcon, - ClockIcon, -} from '@heroicons/react/20/solid' +import { ArrowsPointingOutIcon, ChartBarIcon } from '@heroicons/react/20/solid' import { Transition } from '@headlessui/react' import AccountTabs from './AccountTabs' import SheenLoader from '../shared/SheenLoader' @@ -271,7 +267,7 @@ const AccountPage = () => {
-

{t('today')}

+

24h Change

{performanceInitialLoad ? ( @@ -467,7 +463,7 @@ const AccountPage = () => { ) : null} - + {/* { > - + */} ) : null} @@ -486,10 +482,10 @@ const AccountPage = () => { isUsd={true} />

-
+ {/*

{t('today')}

-
+
*/}