Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
14 changes: 7 additions & 7 deletions src/app/sessions/Protocols/protocolList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ const DECENTRALIZED_EXCHANGES_DATA: ProtocolData = {
href: "https://syncswap.xyz/",
upcoming: true,
},
{
name: "Tempest",
project: "Tempest",
logoURL: "https://scroll-eco-list.netlify.app/logos/Tempest%20Finance.png",
href: "https://app.tempestfinance.xyz/vaults",
upcoming: true,
},
// {
// name: "Vessel",
// project: "Vessel",
Expand Down Expand Up @@ -171,13 +178,6 @@ const OTHERS_DATA: ProtocolData = {
href: "https://www.rhomarkets.xyz/",
upcoming: true,
},
{
name: "Tempest",
project: "Tempest",
logoURL: "https://scroll-eco-list.netlify.app/logos/Tempest%20Finance.png",
href: "https://app.tempestfinance.xyz/vaults",
upcoming: true,
},
// {
// name: "Tranchess",
// project: "Tranchess",
Expand Down