From 423e1c6816e82bb74f92ca6497e7a74792b4ea60 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Wed, 11 Sep 2024 13:33:30 +0500 Subject: [PATCH] web: update features list (fixes #6514) --- apps/web/src/dialogs/buy-dialog/features.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/web/src/dialogs/buy-dialog/features.tsx b/apps/web/src/dialogs/buy-dialog/features.tsx index 2bbe044d1..7602cac9a 100644 --- a/apps/web/src/dialogs/buy-dialog/features.tsx +++ b/apps/web/src/dialogs/buy-dialog/features.tsx @@ -312,7 +312,7 @@ const sections: Section[] = [ icon: Pin } ], - info: "* Free users can only create 3 notebooks (no limit on topics) and 5 tags." + info: "* Free users can only create 20 notebooks and 5 tags." }, { @@ -399,8 +399,7 @@ const sections: Section[] = [ { id: "backup-encryption", title: "Backup encryption", - icon: EncryptedBackup, - pro: true + icon: EncryptedBackup } ] }, @@ -408,7 +407,6 @@ const sections: Section[] = [ title: "Personalize & make Notesnook your own", detail: "Change app themes to match your style. Custom themes are coming soon.", - pro: true, features: [ { id: "10-themes", @@ -423,7 +421,8 @@ const sections: Section[] = [ { id: "default-home-page", title: "Change default home page", - icon: Home + icon: Home, + pro: true } ] }