From 0e943311195caff4e4db23c18dae56882cc7a3ce Mon Sep 17 00:00:00 2001 From: ItzNotABug Date: Tue, 1 Oct 2024 19:42:09 +0530 Subject: [PATCH] update: increase backups promo priority. --- src/routes/(console)/bottomAlerts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/(console)/bottomAlerts.ts b/src/routes/(console)/bottomAlerts.ts index 18ed78926..adb845c05 100644 --- a/src/routes/(console)/bottomAlerts.ts +++ b/src/routes/(console)/bottomAlerts.ts @@ -41,6 +41,7 @@ const listOfPromotions: BottomModalAlertItem[] = [ isHtml: true, plan: 'pro', scope: 'project', + importance: 8, cta: { text: 'Try now', link: ({ project }) => `${base}/project-${project.$id}/databases`