Merge pull request #781 from appwrite/fix-excess-modal-copy

fix: remove outdated copy
This commit is contained in:
Torsten Dittmann
2024-02-08 16:40:12 +01:00
committed by GitHub
2 changed files with 2 additions and 5 deletions
@@ -127,7 +127,8 @@
event="download_invoice">
Download PDF
</DropListLink>
{#if status === 'overdue' || status === 'failed'}
<!-- {#if status === 'overdue' || status === 'failed'} -->
{#if false}
<DropListItem
icon="refresh"
on:click={() => {
@@ -62,10 +62,6 @@
Your usage exceeds the {tierToPlan($organization.billingPlan).name} plan limits
</svelte:fragment>
Appwrite Pro is now available. To facilitate a smooth transition for your projects, Starter plan
will maintain its current state of unlimited resource usage. This extension will be in effect
until January 31st, 2024.
{#if $organization.billingPlan === BillingPlan.STARTER}
<p class="text">
Usage for <b>{$organization.name}</b> organization has reached the limits of the {tierToPlan(