This commit is contained in:
@@ -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>}
|
||||
|
||||
Reference in New Issue
Block a user