From fe8895bef5d32a991c2243e0dcdfe267119b4bb2 Mon Sep 17 00:00:00 2001 From: Arman Date: Mon, 1 Jul 2024 18:35:08 +0200 Subject: [PATCH] Revert "feat: carbon campaign" --- src/lib/stores/campaigns.ts | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/lib/stores/campaigns.ts b/src/lib/stores/campaigns.ts index 6ffc9e0f1..9303cdf65 100644 --- a/src/lib/stores/campaigns.ts +++ b/src/lib/stores/campaigns.ts @@ -100,20 +100,4 @@ campaigns } ] } - }) - .set('carbon', { - template: 'review', - title: 'Build your entire backend within minutes.', - description: - 'Get $50 in Cloud credits when you upgrade or create an organization with a Pro plan.', - data: { - reviews: [ - { - name: 'David Foster', - img: '1.jpeg', - desc: 'Managing director', - review: 'We really loved working with Appwrite for launching our bootstrapped "Open Mind" App. It was saving us a lot of money in comparison to Firebase since the amount of users grew quite fast and we needed a quick switch.' - } - ] - } });