Skip to content

Commit 41d7554

Browse files
authored
Merge pull request #1523 from scroll-tech/update-landing
fix: copy for Euslid upgrade
2 parents 571319f + af76f07 commit 41d7554

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/_components/Tech/index.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ import Button from "@/components/Button"
44
import { TECH_URL } from "@/constants/link"
55

66
const TECH_LIST = [
7-
{ label: "<18m", desc: "Time to finality" },
87
{ label: "100%", desc: "EVM-Compatible" },
9-
{ label: "<$0.01", desc: "Gas fees" },
8+
{ label: "<$0.005", desc: "Gas fees" },
109
{ label: "100+", desc: "dApps Built" },
1110
{ label: "110M+", desc: "Total transactions" },
1211
{ label: "700+", desc: "Active builders" },

0 commit comments

Comments
 (0)