Skip to content

Commit b0fe461

Browse files
authored
Merge pull request #1447 from scroll-tech/sepolia
Merge pull request #1446
2 parents bf0d1d6 + e0c82dd commit b0fe461

File tree

3 files changed

+7
-28
lines changed

3 files changed

+7
-28
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",

src/app/sessions/Protocols/protocolList.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ const DECENTRALIZED_EXCHANGES_DATA: ProtocolData = {
7070
href: "https://syncswap.xyz/",
7171
upcoming: true,
7272
},
73+
{
74+
name: "Tempest",
75+
project: "Tempest",
76+
logoURL: "https://scroll-eco-list.netlify.app/logos/Tempest%20Finance.png",
77+
href: "https://app.tempestfinance.xyz/vaults",
78+
upcoming: true,
79+
},
7380
// {
7481
// name: "Vessel",
7582
// project: "Vessel",
@@ -171,13 +178,6 @@ const OTHERS_DATA: ProtocolData = {
171178
href: "https://www.rhomarkets.xyz/",
172179
upcoming: true,
173180
},
174-
{
175-
name: "Tempest",
176-
project: "Tempest",
177-
logoURL: "https://scroll-eco-list.netlify.app/logos/Tempest%20Finance.png",
178-
href: "https://app.tempestfinance.xyz/vaults",
179-
upcoming: true,
180-
},
181181
// {
182182
// name: "Tranchess",
183183
// project: "Tranchess",

0 commit comments

Comments
 (0)