update card prop

This commit is contained in:
fmtabbara
2024-12-12 23:26:36 +00:00
parent 134f0909cd
commit 3b2e753f91
3 changed files with 3 additions and 3 deletions
@@ -52,7 +52,7 @@ export const NetworkStakeCard = async () => {
const title = `${formatBigNum(currentStake)} NYM`;
return (
<ExplorerCard title="Current network stake" sx={{ height: "100%" }}>
<ExplorerCard label="Current network stake" sx={{ height: "100%" }}>
<Stack>
<Typography
variant="h3"
@@ -50,7 +50,7 @@ export const NoiseCard = async () => {
});
return (
<ExplorerCard title="Noise generated last 24h" sx={{ height: "100%" }}>
<ExplorerCard label="Noise generated last 24h" sx={{ height: "100%" }}>
<Stack>
<Typography
variant="h3"
@@ -4,7 +4,7 @@ import ExplorerCard from "../cards/ExplorerCard";
export const RewardsCard = () => {
return (
<ExplorerCard title="Operator rewards this month">
<ExplorerCard label="Operator rewards this month">
<Stack>
<Typography
variant="h3"