fix login screen logo

This commit is contained in:
mbecker20
2025-02-26 14:55:58 -08:00
parent 19410a9b41
commit 579217fe77
+1 -1
View File
@@ -133,7 +133,7 @@ export const Login = () => {
return (
<div className="flex flex-col min-h-screen">
<div className="container flex justify-between items-center h-16">
<img src="/monitor-circle.png" className="w-[28px] dark:invert" />
<img src="/komodo-logo.svg" className="w-[32px]" />
<ThemeToggle />
</div>
<div