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.' - } - ] - } });