Skip to content

Commit 83f27b0

Browse files
authored
Update PublicStats.astro (#19868)
Adding latest public stats
1 parent 355f302 commit 83f27b0

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)