Skip to content

Commit e420467

Browse files
fix: address additional PR feedback on trademark disclaimer
Co-Authored-By: Connor Prussin <connor@dourolabs.xyz>
1 parent f3b10c9 commit e420467

File tree

1 file changed

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

1 file changed

+19
-14
lines changed

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

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -126,24 +126,29 @@ export const PriceFeeds = async () => {
126126
</UnstyledTabs>
127127
<Card
128128
className={styles.trademarkDisclaimerCard}
129-
variant="tertiary"
130129
title="Trademark Disclaimer"
131130
>
132131
<div className={styles.trademarkDisclaimerContent}>
133132
<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>
133+
This website may display ticker symbols, product names, and other
134+
identifiers that are trademarks, service marks or trade names of
135+
third parties. Such display is for informational purposes only and
136+
does not constitute any claim of ownership thereof by Pyth Data
137+
Association or any of its subsidiaries and other affiliates
138+
(collectively, "Association") or any sponsorship or endorsement by
139+
Association of any associated products or services, and should not
140+
be construed as indicating any affiliation, sponsorship or other
141+
connection between Association and the third-party owners of such
142+
identifiers. Any such third-party identifiers associated with
143+
financial data are made solely to identify the relevant financial
144+
products for which price data is made available via the website. All
145+
trademarks, service marks, logos, product names, trade names and
146+
company names mentioned on the website are the property of their
147+
respective owners and are protected by trademark and other
148+
intellectual property laws. Association makes no representations or
149+
warranties with respect to any such identifiers or any data or other
150+
information associated therewith and reserves the right to modify or
151+
remove any such displays at its discretion.
147152
</p>
148153
</div>
149154
</Card>

0 commit comments

Comments
 (0)