You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclassName={styles.headline}>Get the most from the Pyth Network</p>
113
-
<pclassName={styles.message}>
114
-
Insights Hub delivers transparency over the network status and
115
-
performance, and maximizes productivity while integrating.
116
-
</p>
117
-
</section>
118
-
<CrossfadeTabPanels
119
-
items={[
120
-
{
121
-
id: "publishers",
122
-
className: styles.imagePanel??"",
123
-
children: (
124
-
<>
125
-
<PublishersDarkclassName={styles.darkImage}/>
126
-
<PublishersLightclassName={styles.lightImage}/>
127
-
</>
128
-
),
129
-
},
130
-
{
131
-
id: "price feeds",
132
-
className: styles.imagePanel??"",
133
-
children: (
134
-
<>
135
-
<PriceFeedsDarkclassName={styles.darkImage}/>
136
-
<PriceFeedsLightclassName={styles.lightImage}/>
137
-
</>
138
-
),
139
-
},
140
-
]}
141
-
/>
142
-
<TabList
143
-
label="test"
144
-
className={styles.tabList??""}
145
-
items={[
146
-
{
147
-
id: "publishers",
148
-
header: "Publishers",
149
-
body: "Get insights about quality, ranking, and performance of each Publisher contributing to the network.",
150
-
},
151
-
{
152
-
id: "price feeds",
153
-
header: "Price Feeds",
154
-
body: "See information about every price feed's price, performance, components, and technical aspects all in one place for a better integration experience.",
<pclassName={styles.headline}>Get the most from the Pyth Network</p>
125
+
<pclassName={styles.message}>
126
+
Insights Hub delivers transparency over the network status and
127
+
performance, and maximizes productivity while integrating.
128
+
</p>
129
+
</section>
130
+
<CrossfadeTabPanels
131
+
items={[
132
+
{
133
+
id: "publishers",
134
+
className: styles.imagePanel??"",
135
+
children: (
136
+
<>
137
+
<PublishersDarkclassName={styles.darkImage}/>
138
+
<PublishersLightclassName={styles.lightImage}/>
139
+
</>
140
+
),
141
+
},
142
+
{
143
+
id: "price feeds",
144
+
className: styles.imagePanel??"",
145
+
children: (
146
+
<>
147
+
<PriceFeedsDarkclassName={styles.darkImage}/>
148
+
<PriceFeedsLightclassName={styles.lightImage}/>
149
+
</>
150
+
),
151
+
},
152
+
]}
153
+
/>
154
+
<TabList
155
+
label="test"
156
+
className={styles.tabList??""}
157
+
items={[
158
+
{
159
+
id: "publishers",
160
+
header: "Publishers",
161
+
body: "Get insights about quality, ranking, and performance of each Publisher contributing to the network.",
162
+
},
163
+
{
164
+
id: "price feeds",
165
+
header: "Price Feeds",
166
+
body: "See information about every price feed's price, performance, components, and technical aspects all in one place for a better integration experience.",
0 commit comments