Skip to content

Commit 7c51af0

Browse files
authored
Fix the error related to attribute naming. (#1445)
1 parent f6894de commit 7c51af0

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

src/app/_components/Blog/Card.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ const StoryCard = props => {
117117
{cover && (
118118
<Box className={classes.cardMediaWrapper}>
119119
<CardMedia sx={{ height: ["13rem", "23rem"] }} classes={{ root: classes.cardMedia }} image={cover} />
120-
{/* <Typography className={classes.cardMediaTitle}>{imageTitle}</Typography> */}
121120
</Box>
122121
)}
123122

src/app/_components/Blog/index.tsx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
import { makeStyles } from "tss-react/mui"
44

5-
import { Typography } from "@mui/material"
6-
75
import Button from "@/components/Button"
86
import SuccessionToView, { SuccessionItem } from "@/components/Motion/SuccessionToView"
97
import SectionHeader from "@/components/SectionHeader"
@@ -18,24 +16,6 @@ const STORIES = [
1816
content:
1917
"Check out our documentation and start developing and deploying on Scroll right away with all of your favorite tools for building and testing smart contracts.",
2018
href: "https://docs.scroll.io/en/home/",
21-
imageTitle: (
22-
<>
23-
<Typography sx={{ fontSize: ["2.4rem", "4rem"], lineHeight: ["2.4rem", "4rem"], fontWeight: 600, color: "primary.contrastText" }}>
24-
Build with Scroll
25-
</Typography>
26-
<Typography
27-
sx={{
28-
fontSize: ["2rem", "3.2rem"],
29-
lineHeight: ["2.4rem", "4rem"],
30-
fontWeight: 600,
31-
color: "primary.contrastText",
32-
mt: ["0.6rem", "1.2rem"],
33-
}}
34-
>
35-
Quickstart Guide
36-
</Typography>
37-
</>
38-
),
3919
},
4020
{
4121
title: "Navigating the Future of Scroll",

0 commit comments

Comments
 (0)