fix: Fixed sidebar logo
Server Deploy / deploy (push) Successful in 1m44s

This commit is contained in:
2026-07-24 10:37:53 +01:00
parent 8f5aebdd63
commit 60f0ddecd6
+1 -3
View File
@@ -154,9 +154,7 @@ export function Sidebar() {
return (
<aside className="flex h-screen w-60 flex-col border-r border-border bg-surface">
<div className="flex h-16 items-center gap-3 border-b border-border px-5">
<div className="flex h-8 w-8 items-center justify-center rounded-lg bg-accent">
<Logo className="h-11 w-auto text-text-primary" />
</div>
<Logo className="h-8 w-8 text-text-primary" />
<div className="min-w-0">
<span className="block text-base font-semibold leading-tight text-text-primary">Vantage</span>
{org && <span className="block truncate text-xs text-text-secondary">{org.name}</span>}