diff --git a/src/components/dashboard-shell.tsx b/src/components/dashboard-shell.tsx index b677d19..0ea7169 100644 --- a/src/components/dashboard-shell.tsx +++ b/src/components/dashboard-shell.tsx @@ -5,6 +5,7 @@ import Link from 'next/link'; import { usePathname, useRouter } from 'next/navigation'; import { useSession } from './session-provider'; import { TenantSwitcher } from './tenant-switcher'; +import { NotificationBell } from './notification-bell'; import { NavIcon } from './nav-icon'; import { STAGE_LABEL, countByStatus, visibleSections, type Role } from '../lib/navigation'; @@ -144,9 +145,12 @@ export function DashboardShell({ children }: { children: React.ReactNode }) {
- - {activeTenant.role} - +
+ + + {activeTenant.role} + +
{children}