Skip to content

Commit e4f3fc7

Browse files
committed
[Chore] Update public stats
1 parent 82f0a3b commit e4f3fc7

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 335 cities",
9-
total_bandwidth: "over 348 Tbps network capacity",
8+
data_center_cities: "over 330 cities",
9+
total_bandwidth: "over 388 Tbps network capacity",
1010
network_peers: "over 13,000 network peers",
1111
} as const satisfies Record<string, string>;
1212

0 commit comments

Comments
 (0)