diff --git a/website/src/routes/+page.svelte b/website/src/routes/+page.svelte index a7447132..057f94c1 100644 --- a/website/src/routes/+page.svelte +++ b/website/src/routes/+page.svelte @@ -12,6 +12,13 @@ import { Avatar } from '@skeletonlabs/skeleton'; export let data: PageData; + + const formatter = new Intl.NumberFormat('en-US', { + style: 'currency', + currency: 'USD', + compactDisplay: 'short', + maximumFractionDigits: 0 + }); @@ -41,6 +48,20 @@ And it's not built with Electron (web technologies)

+
+
+ + Google PlayStore + + + Download on Flathub + +

@@ -60,6 +81,12 @@ We are grateful for the support of individuals and organizations who have made Spotube possible.

+
+ + + +
+