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 fc68014 commit 6dce3c1Copy full SHA for 6dce3c1
src/components/PublicStats.astro
@@ -6,7 +6,7 @@ type Props = z.infer<typeof props>;
6
7
const mappings = {
8
data_center_cities: "over 330 cities",
9
- total_bandwidth: "over 388 Tbps network capacity",
+ total_bandwidth: "over 405 Tbps network capacity",
10
network_peers: "over 13,000 network peers",
11
} as const satisfies Record<string, string>;
12
0 commit comments