Skip to content

Commit 5520b94

Browse files
authored
new stats for support page
1 parent 95c164e commit 5520b94

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/routes/support/+page.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
'en'
245245
))
246246
// we serve __ projects
247-
.replace('$1', (50000).toLocaleString())}
247+
.replace('$1', (100000).toLocaleString())}
248248
</div>
249249
<div class="detail-card" bind:this={forceHtmlClass2} style="background: darkviolet">
250250
{@html String(TranslationHandler.text(
@@ -255,7 +255,7 @@
255255
'en'
256256
))
257257
// we send __ gb of stuff
258-
.replace('$1', (3790).toLocaleString())}
258+
.replace('$1', (6000).toLocaleString())}
259259
</div>
260260
<div class="detail-card" bind:this={forceHtmlClass3} style="background: #ffb300">
261261
{@html String(TranslationHandler.text(
@@ -266,7 +266,7 @@
266266
'en'
267267
))
268268
// we handle ___ reqs
269-
.replace('$1', (135000000).toLocaleString())}
269+
.replace('$1', (283000000).toLocaleString())}
270270
</div>
271271
</div>
272272
</div>

0 commit comments

Comments
 (0)