+ {/* Top bar: full width — logo left, actions right */}
+
+ {/* Below: sidebar + content */}
+
@@ -253,21 +253,6 @@ export default function Sidebar({
return (
+
+
{children}
diff --git a/components/dashboard/Sidebar.tsx b/components/dashboard/Sidebar.tsx
index b1058e0..c4cd017 100644
--- a/components/dashboard/Sidebar.tsx
+++ b/components/dashboard/Sidebar.tsx
@@ -204,7 +204,7 @@ function NavItemLink({
} ${
isActive
? 'bg-brand-orange/10 text-brand-orange'
- : 'text-neutral-600 dark:text-neutral-400 hover:text-neutral-900 dark:hover:text-white hover:bg-neutral-100 dark:hover:bg-neutral-800 transition-colors'
+ : 'text-neutral-600 dark:text-neutral-400 hover:text-neutral-900 dark:hover:text-white hover:bg-neutral-100 dark:hover:bg-neutral-800'
}`}
>
- {/* Logo */}
-
-
- {!isCollapsed && (
- Pulse
- )}
-
-
{/* Site Picker */}
diff --git a/components/dashboard/UtilityBar.tsx b/components/dashboard/UtilityBar.tsx
index 7c9f01e..36359f9 100644
--- a/components/dashboard/UtilityBar.tsx
+++ b/components/dashboard/UtilityBar.tsx
@@ -68,15 +68,31 @@ export default function UtilityBar() {
return (
- {/* Left: mobile sidebar toggle */}
-
-
+ {/* Left: Pulse logo + mobile toggle */}
+
+
+
+
{/* Right: actions */}
+
+
+
+ Pulse
+
+
+