Skip to content

Commit 083a75a

Browse files
authored
Update PublicStats.astro
Adding latest public stats
1 parent 522e18c commit 083a75a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/PublicStats.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { zodEnumFromObjKeys } from "~/util/helpers";
55
type Props = z.infer<typeof props>;
66
77
const mappings = {
8-
data_center_cities: "over 330 cities",
9-
total_bandwidth: "over 321 Tbps network capacity",
8+
data_center_cities: "over 335 cities",
9+
total_bandwidth: "over 348 Tbps network capacity",
1010
network_peers: "over 13,000 network peers",
1111
} as const satisfies Record<string, string>;
1212

0 commit comments

Comments
 (0)