File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
BoxProps ,
7
7
Center ,
8
8
Flex ,
9
+ Heading ,
9
10
HStack ,
10
11
Icon ,
11
12
List ,
@@ -19,7 +20,6 @@ import stakingProducts from "../../data/staking-products.json"
19
20
// Component imports
20
21
import { ButtonLink } from "../Buttons"
21
22
import Translation from "../Translation"
22
- import OldHeading from "../OldHeading"
23
23
// SVG imports
24
24
import {
25
25
CautionProductGlyphIcon ,
@@ -213,9 +213,9 @@ const StakingProductCard: React.FC<ICardProps> = ({
213
213
maxH = { 24 }
214
214
>
215
215
{ ! ! Svg && < Icon as = { Svg } fontSize = "2rem" color = "white" /> }
216
- < OldHeading fontSize = "2xl" color = "white" >
216
+ < Heading as = "h4" fontSize = "2xl" color = "white" >
217
217
{ name }
218
- </ OldHeading >
218
+ </ Heading >
219
219
</ HStack >
220
220
{ typeof minEth !== "undefined" && (
221
221
< Center
You can’t perform that action at this time.
0 commit comments