Skip to content

Commit ea2096f

Browse files
committed
feat: Add disclaimer
1 parent 2887d6d commit ea2096f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/component-library/src/Footer/index.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
.trademarkDisclaimerHeader {
102102
@include theme.text("sm", "medium");
103103

104-
margin-bottom: theme.spacing(2);
104+
margin: theme.spacing(2) 0;
105105
}
106106

107107
.trademarkDisclaimerBody {

packages/component-library/src/Footer/index.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,20 @@ export const Footer = ({ className, ...props }: ComponentProps<"footer">) => (
3535
</div>
3636
<div className={styles.trademarkDisclaimer}>
3737
<div className={styles.trademarkDisclaimerContent}>
38+
<h3 className={styles.trademarkDisclaimerHeader}>DISCLAIMER</h3>
39+
<p className={styles.trademarkDisclaimerBody}>
40+
Pyth Price Feeds are provided on an &quot;AS IS,&quot; &quot;WITH ALL
41+
FAULTS,&quot; and &quot;AS AVAILABLE&quot; basis, without any
42+
warranties or representations of any kind. Please read the following
43+
important disclaimer before using them.{" "}
44+
<Link
45+
href="https://www.pyth.network/legal/disclaimer-for-pyth-network-price-feeds"
46+
target="_blank"
47+
>
48+
Read disclaimer
49+
</Link>
50+
.
51+
</p>
3852
<h3 className={styles.trademarkDisclaimerHeader}>
3953
TRADEMARK DISCLAIMER
4054
</h3>

0 commit comments

Comments
 (0)