Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/component-library/src/Footer/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
.trademarkDisclaimerHeader {
@include theme.text("sm", "medium");

margin-bottom: theme.spacing(2);
margin: theme.spacing(2) 0;
}

.trademarkDisclaimerBody {
Expand Down
14 changes: 14 additions & 0 deletions packages/component-library/src/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,20 @@ export const Footer = ({ className, ...props }: ComponentProps<"footer">) => (
</div>
<div className={styles.trademarkDisclaimer}>
<div className={styles.trademarkDisclaimerContent}>
<h3 className={styles.trademarkDisclaimerHeader}>DISCLAIMER</h3>
<p className={styles.trademarkDisclaimerBody}>
Pyth Price Feeds are provided on an &quot;AS IS,&quot; &quot;WITH ALL
FAULTS,&quot; and &quot;AS AVAILABLE&quot; basis, without any
warranties or representations of any kind. Please read the following
important disclaimer before using them.{" "}
<Link
href="https://www.pyth.network/legal/disclaimer-for-pyth-network-price-feeds"
target="_blank"
>
Read disclaimer
</Link>
.
</p>
<h3 className={styles.trademarkDisclaimerHeader}>
TRADEMARK DISCLAIMER
</h3>
Expand Down
Loading