diff --git a/apps/mail/components/mail/mail.tsx b/apps/mail/components/mail/mail.tsx index a3a898268..6146ad93c 100644 --- a/apps/mail/components/mail/mail.tsx +++ b/apps/mail/components/mail/mail.tsx @@ -107,8 +107,8 @@ const AutoLabelingSettings = () => { return ( - @@ -306,7 +306,7 @@ export function MailLayout() { ) : null}
- {brainState?.enabled ? : null} + {true ? : null} + + +
{!isSidebarOpen && ( diff --git a/apps/mail/components/onboarding.tsx b/apps/mail/components/onboarding.tsx index 0949b4a05..6839719d4 100644 --- a/apps/mail/components/onboarding.tsx +++ b/apps/mail/components/onboarding.tsx @@ -16,17 +16,17 @@ const steps = [ }, { title: 'Chat with your inbox', - description: 'Zero allows you to chat with your inbox and do tasks on your behalf.', + description: 'Zero allows you to chat with your inbox, and take actions on your behalf.', video: 'https://assets.0.email/step2.gif', }, { title: 'AI Compose & Reply', - description: 'Our AI assistant allows you to write emails with a single click.', + description: 'Our AI assistant allows you to write emails that sound like you.', video: 'https://assets.0.email/step1.gif', }, { title: 'Label your emails', - description: 'Zero helps you label your emails and helps you focus on what matters.', + description: 'Zero helps you label your emails to focus on what matters.', video: 'https://assets.0.email/step3.gif', }, {