Skip to content

Commit af76f07

Browse files
committed
fix: copy for Euslid upgrade
1 parent 571319f commit af76f07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/_components/Tech/index.tsx

Lines changed: 1 addition & 2 deletions
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)