Skip to content

Commit 196eea1

Browse files
committed
fix
1 parent 4c21958 commit 196eea1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pages/home/oracle-integrity-staking/examples.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import StakingCapBar from "@/components/StakingCapBar";
2-
2+
import RewardSimulator from '@/components/RewardSimulator';
33

44
# Examples
55

@@ -117,10 +117,8 @@ In this example, the stake is uniformly slashed by 5\%, affecting both the publi
117117
{/* <StakingCapBar fillPercentage={50} secondFillPercentage={20} labelText="100" /> */}
118118

119119

120-
## Interactive Reward Simulator
120+
## Reward Calculator
121121

122-
Use the simulator below to calculate publisher and delegator rewards based on your inputs.
123-
124-
import RewardSimulator from '@/components/RewardSimulator';
122+
Use the calculator below to calculate publisher and delegator rewards based on your inputs.
125123

126124
<RewardSimulator />

0 commit comments

Comments
 (0)