File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import EthPriceCard from "@/components/EthPriceCard"
15
15
import FeedbackCard from "@/components/FeedbackCard"
16
16
import { TwImage as Image } from "@/components/Image"
17
17
import InfoBanner from "@/components/InfoBanner"
18
- import { TWMainArticle as MainArticle } from "@/components/MainArticle"
18
+ import MainArticle from "@/components/MainArticle"
19
19
import { Divider } from "@/components/MdComponents"
20
20
import PageMetadata from "@/components/PageMetadata"
21
21
import Translation from "@/components/Translation"
@@ -54,7 +54,7 @@ type CardProps = {
54
54
const StyledCard = ( { children, emoji, title, description } : CardProps ) => (
55
55
< Card className = "flex flex-col rounded-sm" >
56
56
< CardHeader className = "space-y-4" >
57
- < Emoji fontSize = "5xl" lineHeight = { 0 } text = { emoji } />
57
+ < Emoji text = { emoji } className = "text-5xl leading-none" />
58
58
< CardTitle > { title } </ CardTitle >
59
59
</ CardHeader >
60
60
< CardContent className = "flex-1" >
You can’t perform that action at this time.
0 commit comments