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`