Skip to content

Commit

Permalink
Fix the error related to attribute naming. (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzq0826 authored Feb 8, 2025
1 parent f6894de commit 7c51af0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion src/app/_components/Blog/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ const StoryCard = props => {
{cover && (
<Box className={classes.cardMediaWrapper}>
<CardMedia sx={{ height: ["13rem", "23rem"] }} classes={{ root: classes.cardMedia }} image={cover} />
{/* <Typography className={classes.cardMediaTitle}>{imageTitle}</Typography> */}
</Box>
)}

Expand Down
20 changes: 0 additions & 20 deletions src/app/_components/Blog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

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

import { Typography } from "@mui/material"

import Button from "@/components/Button"
import SuccessionToView, { SuccessionItem } from "@/components/Motion/SuccessionToView"
import SectionHeader from "@/components/SectionHeader"
Expand All @@ -18,24 +16,6 @@ const STORIES = [
content:
"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.",
href: "https://docs.scroll.io/en/home/",
imageTitle: (
<>
<Typography sx={{ fontSize: ["2.4rem", "4rem"], lineHeight: ["2.4rem", "4rem"], fontWeight: 600, color: "primary.contrastText" }}>
Build with Scroll
</Typography>
<Typography
sx={{
fontSize: ["2rem", "3.2rem"],
lineHeight: ["2.4rem", "4rem"],
fontWeight: 600,
color: "primary.contrastText",
mt: ["0.6rem", "1.2rem"],
}}
>
Quickstart Guide
</Typography>
</>
),
},
{
title: "Navigating the Future of Scroll",
Expand Down

0 comments on commit 7c51af0

Please sign in to comment.