Skip to content

Commit 4847152

Browse files
committed
added that file into prettier
1 parent 7d21882 commit 4847152

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
pages/price-feeds/use-real-time-data/starknet.mdx
44

55
pages/price-feeds/use-real-time-data/ton.mdx
6+
7+
pages/price-feeds/index.mdx

pages/price-feeds/index.mdx

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -92,28 +92,16 @@ Pyth offers two main versions of price feeds, each optimized for different use c
9292
<a href="./price-feeds/pro/price-feed-ids" className="text-lightLinks dark:text-darkLinks hover:text-blue-800 dark:hover:text-blue-300 font-medium">Pyth Pro IDs →</a>
9393
</div>
9494

95-
{" "}
96-
9795
<div className="p-6 bg-gray-50 dark:bg-darkGray rounded-lg border border-gray-200 dark:border-gray-700">
9896
<h3 className="text-lg font-semibold mb-2 text-lightForeground dark:text-white">
9997
API Reference
10098
</h3>
10199
<p className="text-gray-700 dark:text-light mb-4">
102100
Complete API documentation for both Pro and Core.
103101
</p>
104-
<a
105-
href="./price-feeds/core/api-reference"
106-
className="text-lightLinks dark:text-darkLinks hover:text-blue-800 dark:hover:text-blue-300 font-medium"
107-
>
108-
Core APIs →
109-
</a>
102+
<a href="./price-feeds/core/api-reference" className="text-lightLinks dark:text-darkLinks hover:text-blue-800 dark:hover:text-blue-300 font-medium">Core APIs →</a>
110103
<span className="mx-2 text-gray-400">|</span>
111-
<a
112-
href="./price-feeds/pro/api-reference"
113-
className="text-lightLinks dark:text-darkLinks hover:text-blue-800 dark:hover:text-blue-300 font-medium"
114-
>
115-
Pro API →
116-
</a>
104+
<a href="./price-feeds/pro/api-reference" className="text-lightLinks dark:text-darkLinks hover:text-blue-800 dark:hover:text-blue-300 font-medium">Pro APIs →</a>
117105
</div>
118106

119107
<div className="p-6 bg-gray-50 dark:bg-darkGray rounded-lg border border-gray-200 dark:border-gray-700">

0 commit comments

Comments
 (0)