-
*Together for privacy over profits. Your donation keeps this project running.
-
+
+ Need additional privacy and security options? Checkout
+
scrt.link for more.
Created by{' '}
diff --git a/src/components/Typewriter.svelte b/src/components/Typewriter.svelte
index bb8c091..2cdc5f1 100644
--- a/src/components/Typewriter.svelte
+++ b/src/components/Typewriter.svelte
@@ -1,29 +1,6 @@
diff --git a/src/lib/constants.ts b/src/lib/constants.ts
index 4cb776d..d7a6083 100644
--- a/src/lib/constants.ts
+++ b/src/lib/constants.ts
@@ -3,5 +3,5 @@ export const fileRetentionPeriodInDays = 7
export const MB = 10 ** 6 // 1000000 Bytes = 1 MB.
export const GB = 10 ** 9 // 1000000000 Bytes = 1 GB.
-export const getMaxFileSize = (env: string) => (env === 'production' ? 100 : 1) * GB
+export const getMaxFileSize = (env: string) => (env === 'production' ? 10 : 1) * GB
export const getChunkSize = (env: string) => (env === 'production' ? 100 : 1) * MB
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index 884f2e9..eb4e95a 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -18,7 +18,7 @@
{ item: `Up to ${prettyBytes(MAX_FILE_SIZE)} files` },
{ item: `Zero knowledge encryption` },
{ item: `One-time download` },
- { item: `Free* and open source` },
+ { item: `Free and open source` },
{ item: `Stored in Switzerland 🇨ðŸ‡` }
]