Update Total supply to max supply

This commit is contained in:
2024-11-16 11:44:32 +05:30
parent f3e8b50171
commit 783104bf9b

View File

@@ -64,7 +64,7 @@ const AmountCard = () => {
const statsDataFour = [
{
label: "Total Supply",
label: "Max supply",
value: kpDetails?.totalSupply,
icon: <FaGlobe color="white" fontSize={"20px"} />,
display: { base: "none", md: "block" }, // Hidden on small, shown on medium and up