Skip to content

fix(ois) Add gap between text and images #480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading