diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index b5442f5..46b56ee 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -359,7 +359,6 @@ const DashboardContent: React.FC = () => {
);
if (res.ok) {
const data = await res.json();
- setTheme(data.theme || 'dark');
setSignature(data.signature || '');
setAutoReply(!!data.autoReply);
setTimezone(data.timezone || 'UTC');
@@ -373,7 +372,6 @@ const DashboardContent: React.FC = () => {
'Failed to load user settings, using dev mock settings:',
err
);
- setTheme('light');
setSignature('Sent from InboxOS Dev');
setAutoReply(true);
setTimezone('UTC');
@@ -1090,8 +1088,16 @@ const DashboardContent: React.FC = () => {
💬 Link Your Chat ID
- To sync alerts with your Telegram, message your
- bot and send the start command with your unique
+ To sync alerts with your Telegram, message{' '}
+
+ your bot
+ {' '}
+ and send the start command with your unique
Workspace User ID: