File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
apps/insights/src/components/PriceFeeds Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 100
100
gap : theme .spacing (4 );
101
101
color : theme .color (" foreground" );
102
102
font-size : theme .font-size (" sm" );
103
+
104
+ .trademarkDisclaimerHeader {
105
+ @include theme .text (" lg" , " medium" );
106
+
107
+ color : theme .color (" heading" );
108
+ margin-bottom : theme .spacing (2 );
109
+ }
103
110
}
104
111
}
105
112
}
Original file line number Diff line number Diff line change @@ -124,11 +124,11 @@ export const PriceFeeds = async () => {
124
124
/>
125
125
</ UnstyledTabPanel >
126
126
</ UnstyledTabs >
127
- < Card
128
- className = { styles . trademarkDisclaimerCard }
129
- title = "Trademark Disclaimer"
130
- >
127
+ < div className = { styles . trademarkDisclaimerCard } >
131
128
< div className = { styles . trademarkDisclaimerContent } >
129
+ < h3 className = { styles . trademarkDisclaimerHeader } >
130
+ Trademark Disclaimer
131
+ </ h3 >
132
132
< p >
133
133
This website may display ticker symbols, product names, and other
134
134
identifiers that are trademarks, service marks or trade names of
@@ -152,7 +152,7 @@ export const PriceFeeds = async () => {
152
152
displays at its discretion.
153
153
</ p >
154
154
</ div >
155
- </ Card >
155
+ </ div >
156
156
</ div >
157
157
) ;
158
158
} ;
You can’t perform that action at this time.
0 commit comments