Skip to content

Commit

Permalink
fix(ois) Add gap between text and images (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya520 authored Oct 30, 2024
1 parent d89d9cf commit 99ad14b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/home/oracle-integrity-staking/reward-examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ NOTE: All the symbols used in the examples are explained in the [Mathematical Re

This example takes the case of one pool where the pool has stake from only the publisher.

<br />
<DualModeImage
darkSrc={OIS_Rewards_Example_Dark_1}
lightSrc={OIS_Rewards_Example_Light_1}
Expand Down Expand Up @@ -49,6 +50,7 @@ $$

This example takes the case where the pool has stake from both the publisher and the delegator.

<br />
<DualModeImage
darkSrc={OIS_Rewards_Example_Dark_2}
lightSrc={OIS_Rewards_Example_Light_2}
Expand Down Expand Up @@ -78,6 +80,7 @@ $$

This example takes the case where the combined stake of both the publisher and the delegator exceeds the cap.

<br />
<DualModeImage
darkSrc={OIS_Rewards_Example_Dark_3}
lightSrc={OIS_Rewards_Example_Light_3}
Expand Down Expand Up @@ -107,6 +110,7 @@ $$

This example demonstrates how the delegation fee affect the reward distribution between the publisher and the delegator.

<br />
<DualModeImage
darkSrc={OIS_Rewards_Example_Dark_4}
lightSrc={OIS_Rewards_Example_Light_4}
Expand Down

0 comments on commit 99ad14b

Please sign in to comment.