diff --git a/apps/web/src/components/dialogs/feature-dialog.tsx b/apps/web/src/components/dialogs/feature-dialog.tsx index d41ef4ccf..53a799991 100644 --- a/apps/web/src/components/dialogs/feature-dialog.tsx +++ b/apps/web/src/components/dialogs/feature-dialog.tsx @@ -40,14 +40,24 @@ const features: Record = { subtitle: `Welcome to v${appVersion.clean}`, subFeatures: [ { - title: "Two-factor authentication", + title: "Sync over Websockets", subtitle: ( <> - Add an additional layer of security for your notes by enabling 2FA - from . + HTTP sync has been replaced with Websockets sync which is faster & + more reliable & also offers realtime sync progress. ), - icon: Icon.MFAAuthenticator, + icon: Icon.Sync, + }, + { + title: "Group by none", + subtitle: ( + <> + We went and added an option to disable grouping in lists. To use + click on . + + ), + icon: Icon.GroupBy, }, ], cta: {