diff --git a/src/components/layout/AppShell/AppShell.tsx b/src/components/layout/AppShell/AppShell.tsx index 6a0f041..c851e7c 100644 --- a/src/components/layout/AppShell/AppShell.tsx +++ b/src/components/layout/AppShell/AppShell.tsx @@ -359,7 +359,7 @@ export function AppShell({ children }: AppShellProps) { className="rounded-xl border border-dark-700/50 bg-dark-800/50 p-2 text-dark-400 transition-all duration-200 hover:bg-dark-700 hover:text-accent-400" title={isDark ? t('theme.light') || 'Light mode' : t('theme.dark') || 'Dark mode'} > - {isDark ? : } + {isDark ? : } )} @@ -372,7 +372,7 @@ export function AppShell({ children }: AppShellProps) { className="rounded-xl border border-dark-700/50 bg-dark-800/50 p-2 text-dark-400 transition-all duration-200 hover:bg-dark-700 hover:text-accent-400" title={t('nav.logout')} > - +