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 95c164e commit 5520b94Copy full SHA for 5520b94
1 file changed
src/routes/support/+page.svelte
@@ -244,7 +244,7 @@
244
'en'
245
))
246
// we serve __ projects
247
- .replace('$1', (50000).toLocaleString())}
+ .replace('$1', (100000).toLocaleString())}
248
</div>
249
<div class="detail-card" bind:this={forceHtmlClass2} style="background: darkviolet">
250
{@html String(TranslationHandler.text(
@@ -255,7 +255,7 @@
255
256
257
// we send __ gb of stuff
258
- .replace('$1', (3790).toLocaleString())}
+ .replace('$1', (6000).toLocaleString())}
259
260
<div class="detail-card" bind:this={forceHtmlClass3} style="background: #ffb300">
261
@@ -266,7 +266,7 @@
266
267
268
// we handle ___ reqs
269
- .replace('$1', (135000000).toLocaleString())}
+ .replace('$1', (283000000).toLocaleString())}
270
271
272
0 commit comments