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 66 BoxProps ,
77 Center ,
88 Flex ,
9+ Heading ,
910 HStack ,
1011 Icon ,
1112 List ,
@@ -19,7 +20,6 @@ import stakingProducts from "../../data/staking-products.json"
1920// Component imports
2021import { ButtonLink } from "../Buttons"
2122import Translation from "../Translation"
22- import OldHeading from "../OldHeading"
2323// SVG imports
2424import {
2525 CautionProductGlyphIcon ,
@@ -213,9 +213,9 @@ const StakingProductCard: React.FC<ICardProps> = ({
213213 maxH = { 24 }
214214 >
215215 { ! ! Svg && < Icon as = { Svg } fontSize = "2rem" color = "white" /> }
216- < OldHeading fontSize = "2xl" color = "white" >
216+ < Heading as = "h4" fontSize = "2xl" color = "white" >
217217 { name }
218- </ OldHeading >
218+ </ Heading >
219219 </ HStack >
220220 { typeof minEth !== "undefined" && (
221221 < Center
You can’t perform that action at this time.
0 commit comments