Increase free file expiry to 90 days

This commit is contained in:
2023-10-24 11:27:29 +02:00
parent 7fdfaa91b8
commit a1d946c6d0
4 changed files with 11 additions and 11 deletions

View File

@@ -180,8 +180,8 @@ onMount(() => {
</div>
<div class="feat_normal round_br" class:feat_highlight={subscription === ""}>
<ul>
<li>Standard free plan, files expire after 60 days.</li>
<li>Download limit of 10 GB per day</li>
<li>Standard free plan, files expire after 90 days.</li>
<li>Download limit of 5 GB per day</li>
</ul>
</div>
</div>