feat: add no file limits to features

This commit is contained in:
Echo 2024-11-13 22:50:20 -05:00
parent bb4ebcc77a
commit 058493c7cd
No known key found for this signature in database
GPG Key ID: 70D4E283276672FB
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@
<!-- {@render sellingPoint("Very fast, all processing done on device")}
{@render sellingPoint("No ads, and open source")}
{@render sellingPoint("Beautiful and straightforward UI")} -->
{#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}
<div class="fly-in" style="--delay: {i * 50}ms;">
{@render sellingPoint(text)}
</div>