From 058493c7cdf2cc3ef7ec8255e36dadd6b5ea018f Mon Sep 17 00:00:00 2001 From: Echo Date: Wed, 13 Nov 2024 22:50:20 -0500 Subject: [PATCH] feat: add no file limits to features --- src/routes/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 28304a8..7ef9ec8 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -139,7 +139,7 @@ - {#each ["Very fast, all processing done on device", "No ads, and open source", "Beautiful and straightforward UI"] as text, i} + {#each ["Very fast, all processing done on device", "No file or size limit", "No ads, and open source", "Beautiful and straightforward UI"] as text, i}
{@render sellingPoint(text)}