From eaf2d19541a447067be7e3a6e6ef2fbc62c07b83 Mon Sep 17 00:00:00 2001
From: Kingkor Roy Tirtho
Date: Fri, 9 Feb 2024 23:23:05 +0600
Subject: [PATCH] feat: add playstore and flathub download buttons and
contribution button
---
website/src/routes/+page.svelte | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
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)
+
+
@@ -60,6 +81,12 @@
We are grateful for the support of individuals and organizations who have made Spotube possible.
+
+