diff --git a/public/logo-cirux-dark.webp b/public/logo-cirux-dark.webp new file mode 100644 index 0000000..e0c480f Binary files /dev/null and b/public/logo-cirux-dark.webp differ diff --git a/public/logo-cirux-light.webp b/public/logo-cirux-light.webp new file mode 100644 index 0000000..746c860 Binary files /dev/null and b/public/logo-cirux-light.webp differ diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index 3fa81b3..b0f12d3 100755 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -69,7 +69,7 @@ export default function LoginPage() { {/* Logo */}
Cirux s.role); const reset = useAuthStore((s) => s.reset); const supabase = useMemo(() => createClient(), []); + const { resolvedTheme } = useTheme(); const handleLogout = useCallback(async () => { const { error } = await supabase.auth.signOut(); @@ -77,7 +79,7 @@ export function Sidebar() { {sidebarOpen && (