fix token rates chart gradients

This commit is contained in:
saml33 2022-12-21 20:23:04 +11:00
parent 6882a520ac
commit 209776cf4a
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ const ChartTabs = ({ token }: { token: string }) => {
small
suffix="%"
tickFormat={(x) => `${x.toFixed(2)}%`}
title={`${token} ${t('token:deposit-rates')} (APR)`}
title={`${token} ${t('token:deposit-rates')} APR`}
xKey="date_hour"
yKey={'deposit_apr'}
/>
@ -123,7 +123,7 @@ const ChartTabs = ({ token }: { token: string }) => {
hideChange
suffix="%"
tickFormat={(x) => `${x.toFixed(2)}%`}
title={`${token} ${t('token:borrow-rates')} (APR)`}
title={`${token} ${t('token:borrow-rates')} APR`}
xKey="date_hour"
yKey={'borrow_apr'}
/>