update card prop
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user