diff --git a/svelte/src/home_page/FeatureTable.svelte b/svelte/src/home_page/FeatureTable.svelte index 95d5c91..e73c67b 100644 --- a/svelte/src/home_page/FeatureTable.svelte +++ b/svelte/src/home_page/FeatureTable.svelte @@ -60,18 +60,18 @@ onMount(() => { Download limit
- 10 GB per day
+ 10 GB per day
Download speed is reduced to 1 MiB/s when exceeded
-
+
2 TB per month
- Transfer limit used for downloading and sharing files + Transfer limit is used for downloading, sharing and hotlinking files
-
- €2.00 per TB
+
+ €2 per TB transferred
- Used for downloading and sharing files. There is no limit. You only - pay for what you use + Used for downloading, sharing and hotlinking files. You only pay for + what you use
@@ -81,7 +81,12 @@ onMount(() => {
- No + Only image files below 1 MB in size +
+
+ Any file type
+ Hotlinking uses your transfer limit
@@ -103,12 +108,12 @@ onMount(() => {
- 60 days
- After last download + 60 days (2 months)
+ After last download or view
- 240 days
- After last download. Plans without expiry are available on Patreon + 240 days (8 months)
+ After last download or view. Plans without expiry are available on Patreon
Never
@@ -365,8 +370,8 @@ header > h1 { grid-template-columns: 9em 1fr 1fr 1fr; min-width: 40em; max-width: 65em; - gap: 8px; - margin: 0.5em; + gap: 6px; + margin: 12px; } .grid > div { justify-content: center;