File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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 "AS IS," "WITH ALL
41+ FAULTS," and "AS AVAILABLE" 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 >
You can’t perform that action at this time.
0 commit comments