diff --git a/frontend/src/features/backups/ui/BackupsComponent.tsx b/frontend/src/features/backups/ui/BackupsComponent.tsx index 9563965..9693b14 100644 --- a/frontend/src/features/backups/ui/BackupsComponent.tsx +++ b/frontend/src/features/backups/ui/BackupsComponent.tsx @@ -558,7 +558,7 @@ export const BackupsComponent = ({
{database.postgresql?.backupType !== PostgresBackupType.WAL_V1 && ( -
+
+ + {!IS_CLOUD && ( + + Get 24x7 uptime and 2x independent backups copy + + )}
)} diff --git a/frontend/src/features/users/ui/AuthNavbarComponent.tsx b/frontend/src/features/users/ui/AuthNavbarComponent.tsx index 2906df9..9787918 100644 --- a/frontend/src/features/users/ui/AuthNavbarComponent.tsx +++ b/frontend/src/features/users/ui/AuthNavbarComponent.tsx @@ -34,12 +34,12 @@ export function AuthNavbarComponent() { {!IS_CLOUD && ( - Cloud (from $9) + Cloud )} diff --git a/frontend/src/widgets/main/MainScreenComponent.tsx b/frontend/src/widgets/main/MainScreenComponent.tsx index 9d0b5a8..c561e67 100644 --- a/frontend/src/widgets/main/MainScreenComponent.tsx +++ b/frontend/src/widgets/main/MainScreenComponent.tsx @@ -232,12 +232,12 @@ export const MainScreenComponent = () => { {!IS_CLOUD && ( - Cloud (from $9) + Cloud )} diff --git a/frontend/src/widgets/main/SidebarComponent.tsx b/frontend/src/widgets/main/SidebarComponent.tsx index e894f35..8f5f3e9 100644 --- a/frontend/src/widgets/main/SidebarComponent.tsx +++ b/frontend/src/widgets/main/SidebarComponent.tsx @@ -211,7 +211,7 @@ export const SidebarComponent = ({ target="_blank" rel="noreferrer" > - Cloud (from $9) + Cloud )}