Skip to content

Commit f3b10c9

Browse files
fix: fix formatting issues in PriceFeeds/index.tsx
Co-Authored-By: Connor Prussin <connor@dourolabs.xyz>
1 parent 08ec7f5 commit f3b10c9

File tree

1 file changed

+23
-19
lines changed
  • apps/insights/src/components/PriceFeeds

1 file changed

+23
-19
lines changed

apps/insights/src/components/PriceFeeds/index.tsx

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -124,25 +124,29 @@ export const PriceFeeds = async () => {
124124
/>
125125
</UnstyledTabPanel>
126126
</UnstyledTabs>
127-
<Card className={styles.trademarkDisclaimerCard} variant="tertiary" title="Trademark Disclaimer">
128-
<div className={styles.trademarkDisclaimerContent}>
129-
<p>
130-
The Pyth Network name, logo, and all related names, logos, product
131-
and service names, designs, and slogans are trademarks of the Pyth
132-
Data Association or its affiliates or licensors.
133-
</p>
134-
<p>
135-
<Button
136-
variant="outline"
137-
size="sm"
138-
href="https://www.pyth.network/trademark-disclaimer"
139-
target="_blank"
140-
>
141-
View Full Disclaimer
142-
</Button>
143-
</p>
144-
</div>
145-
</Card>
127+
<Card
128+
className={styles.trademarkDisclaimerCard}
129+
variant="tertiary"
130+
title="Trademark Disclaimer"
131+
>
132+
<div className={styles.trademarkDisclaimerContent}>
133+
<p>
134+
The Pyth Network name, logo, and all related names, logos, product
135+
and service names, designs, and slogans are trademarks of the Pyth
136+
Data Association or its affiliates or licensors.
137+
</p>
138+
<p>
139+
<Button
140+
variant="outline"
141+
size="sm"
142+
href="https://www.pyth.network/trademark-disclaimer"
143+
target="_blank"
144+
>
145+
View Full Disclaimer
146+
</Button>
147+
</p>
148+
</div>
149+
</Card>
146150
</div>
147151
);
148152
};

0 commit comments

Comments
 (0)