-
Notifications
You must be signed in to change notification settings - Fork 301
feat: add trademark disclaimer link to footer and disclaimer card to price feeds page #2451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
7750fa2
08ec7f5
f3b10c9
e420467
7f58cd0
656ca8c
5cb502b
1b38c59
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,6 +124,29 @@ export const PriceFeeds = async () => { | |
/> | ||
</UnstyledTabPanel> | ||
</UnstyledTabs> | ||
<Card | ||
className={styles.trademarkDisclaimerCard} | ||
variant="tertiary" | ||
title="Trademark Disclaimer" | ||
> | ||
|
||
<div className={styles.trademarkDisclaimerContent}> | ||
|
||
<p> | ||
The Pyth Network name, logo, and all related names, logos, product | ||
and service names, designs, and slogans are trademarks of the Pyth | ||
Data Association or its affiliates or licensors. | ||
|
||
</p> | ||
<p> | ||
<Button | ||
variant="outline" | ||
size="sm" | ||
href="https://www.pyth.network/trademark-disclaimer" | ||
target="_blank" | ||
> | ||
View Full Disclaimer | ||
</Button> | ||
|
||
</p> | ||
</div> | ||
</Card> | ||
</div> | ||
); | ||
}; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove this line to make the card use the default variant