Skip to content

Commit d545ac2

Browse files
committed
formatting
1 parent 49eaf48 commit d545ac2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/developer-hub/content/docs/oracle-integrity-staking/reward-examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: >-
44
This reference page provides examples of various scenarios to illustrate the Mathematical Representations of OIS.
55
---
66

7-
import DualModeImage from '../../../src/components/dual-mode-image';
7+
import DualModeImage from "../../../src/components/dual-mode-image";
88

99
NOTE: All the symbols used in the examples are explained in the [Mathematical Representation](./mathematical-representation) section.
1010

apps/developer-hub/content/docs/oracle-integrity-staking/slashing-rulebook.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
on the Pyth network.
66
---
77

8-
import DualModeImage from '../../../src/components/dual-mode-image';
8+
import DualModeImage from "../../../src/components/dual-mode-image";
99

1010
# Purpose and Scope
1111

apps/developer-hub/src/components/dual-mode-image.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { ComponentProps } from "react";
21
import Image from "next/image";
2+
import type { ComponentProps } from "react";
33

44
type ImageProps = ComponentProps<typeof Image>;
55
type Props = Omit<ImageProps, "src"> & {

0 commit comments

Comments
 (0)