- {/* Theme toggle button - only show if both themes are enabled */}
- {canToggle && (
-
- )}
+ text-champagne-500 hover:text-champagne-800 hover:bg-champagne-200/50'
+ title={
+ isDark
+ ? t('theme.light') || 'Light mode'
+ : t('theme.dark') || 'Dark mode'
+ }
+ >
+
+
+ )}
-
+
- {/* Profile - Desktop */}
-
-
-
-
-
-
- {user?.first_name || user?.username || `#${user?.telegram_id}`}
-
-
-
-
+ {/* Profile - Desktop */}
+
+
+
+
+
+
+ {user?.first_name ||
+ user?.username ||
+ `#${user?.telegram_id}`}
+
+
+
+
- {/* Mobile menu button */}
-
-