Update Total supply to max supply
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user