From b54b082a18b2ca5cd23e8bfb186c0fe4a923bfa8 Mon Sep 17 00:00:00 2001 From: Arman Date: Fri, 19 Apr 2024 14:33:05 +0200 Subject: [PATCH] chore: remove old code --- .../auth/templates/emailSignature.svelte | 254 ++++++++---------- 1 file changed, 107 insertions(+), 147 deletions(-) diff --git a/src/routes/console/project-[project]/auth/templates/emailSignature.svelte b/src/routes/console/project-[project]/auth/templates/emailSignature.svelte index 4e842eeee..f8151cb5f 100644 --- a/src/routes/console/project-[project]/auth/templates/emailSignature.svelte +++ b/src/routes/console/project-[project]/auth/templates/emailSignature.svelte @@ -1,153 +1,113 @@ -
- - Email signature -

Enable or disable Appwrite branding in your email template signature.

+ + Email signature +

Enable or disable Appwrite branding in your email template signature.

- - {#if $organization?.billingPlan && $organization.billingPlan !== BillingPlan.STARTER} - - - When enabled, Appwrite branding will be displayed in your email signature. - - - {:else} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Upgrade to edit email signature - Upgrade to a {nextTier} plan to enable or disable Appwrite branding in your emails. - - {/if} - - - {#if $organization?.billingPlan && $organization.billingPlan !== BillingPlan.STARTER} - - {/if} - -
- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Upgrade to edit email signature + Upgrade to a {nextTier} plan to enable or disable Appwrite branding in your emails. + + +