This commit is contained in:
saml33 2024-03-07 20:43:23 +11:00
parent 6cb89c79ea
commit 69553a6cb4
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ const HistoricalStats = () => {
daysToShow={depositDaysToShow}
loading={loadingHistoricalStats}
setDaysToShow={setDepositDaysToShow}
title={`USDC Deposit Rates (APR)`}
title={`USDC Deposit Rates (APY)`}
/>
</div>
)