We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f0a3b commit e4f3fc7Copy full SHA for e4f3fc7
src/components/PublicStats.astro
@@ -5,8 +5,8 @@ import { zodEnumFromObjKeys } from "~/util/helpers";
5
type Props = z.infer<typeof props>;
6
7
const mappings = {
8
- data_center_cities: "over 335 cities",
9
- total_bandwidth: "over 348 Tbps network capacity",
+ data_center_cities: "over 330 cities",
+ total_bandwidth: "over 388 Tbps network capacity",
10
network_peers: "over 13,000 network peers",
11
} as const satisfies Record<string, string>;
12
0 commit comments