mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #781 from appwrite/fix-excess-modal-copy
fix: remove outdated copy
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user