Skip to content

Commit e23058b

Browse files
authored
Merge pull request #1490 from scroll-tech/new-landing-page
New landing page
2 parents 45e60d5 + 9d3174b commit e23058b

File tree

163 files changed

+7120
-1611
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+7120
-1611
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scroll.io",
3-
"version": "5.4.1",
3+
"version": "5.4.2",
44
"private": false,
55
"license": "MIT",
66
"scripts": {
-9.12 MB
Binary file not shown.

public/videos/ecosystem-header-bg.mp4

-3.62 MB
Binary file not shown.

public/videos/home-header-bg-264.mp4

-27.9 MB
Binary file not shown.

public/videos/home-header-bg.mp4

-10.9 MB
Binary file not shown.

public/videos/landing-tech.mp4

124 KB
Binary file not shown.

public/videos/landing-tech.webm

289 KB
Binary file not shown.

src/app/_canvas-and-badges/Badges/BadgeList/BadgeCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const BadgeCard = props => {
9191
{name}
9292
</Typography>
9393

94-
<Typography sx={{ fontSize: ["1.4rem", "1.6rem"], lineHeight: "2.4rem", fontWeight: 500, fontFamily: "var(--developer-page-font-family)" }}>
94+
<Typography sx={{ fontSize: ["1.4rem", "1.6rem"], lineHeight: "2.4rem", fontWeight: 500, fontFamily: "var(--font-developer)" }}>
9595
<SvgIcon sx={{ fontSize: "0.6rem", mr: "0.8rem" }} component={TotalMintedSvg} inheritViewBox></SvgIcon>
9696
Total Minted: {commafy(count, 0)}
9797
</Typography>

src/app/_canvas/Dashboard/ActionBox/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const BadgeCount = styled("span")(({ theme }) => ({
123123
padding: "0 3px",
124124
backgroundColor: theme.palette.primary.main,
125125
color: theme.palette.primary.contrastText,
126-
fontFamily: "var(--developer-page-font-family)",
126+
fontFamily: "var(--font-developer)",
127127
fontSize: "1rem",
128128
lineHeight: "1.6rem",
129129
textAlign: "center",

src/app/_canvas/Dashboard/ReferDialog/coupon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const Coupon = props => {
175175
{isLoading ? (
176176
<Skeleton size="small" white sx={{ width: "60%", height: "3rem" }}></Skeleton>
177177
) : (
178-
<Typography sx={{ fontSize: ["2rem", "4rem"], fontFamily: "var(--developer-page-font-family)" }}>{code}</Typography>
178+
<Typography sx={{ fontSize: ["2rem", "4rem"], fontFamily: "var(--font-developer)" }}>{code}</Typography>
179179
)}
180180
</Stack>
181181

0 commit comments

Comments
 (0)