diff --git a/src/components/layouts/admin-sidebar.tsx b/src/components/layouts/admin-sidebar.tsx index d6ba2f7..573bedc 100644 --- a/src/components/layouts/admin-sidebar.tsx +++ b/src/components/layouts/admin-sidebar.tsx @@ -170,9 +170,12 @@ export function AdminSidebar({ user }: AdminSidebarProps) { isMobileMenuOpen ? 'translate-x-0' : '-translate-x-full' )} > - {/* Logo */} -
+ {/* Logo + Notification */} +
+
+ +
{/* Edition Selector */} @@ -245,10 +248,6 @@ export function AdminSidebar({ user }: AdminSidebarProps) { {/* User Profile Section */}
- {/* Notification Bell - Desktop */} -
- -
${linkUrl ? ctaButton(linkUrl, 'View Details') : ''}

- You received this email because of your notification preferences on the MOPC Platform. + You received this email because of your notification preferences on the MOPC Portal.

`