@@ -126,24 +126,29 @@ export const PriceFeeds = async () => {
126
126
</ UnstyledTabs >
127
127
< Card
128
128
className = { styles . trademarkDisclaimerCard }
129
- variant = "tertiary"
130
129
title = "Trademark Disclaimer"
131
130
>
132
131
< div className = { styles . trademarkDisclaimerContent } >
133
132
< 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.
147
152
</ p >
148
153
</ div >
149
154
</ Card >
0 commit comments