From 1d137ce93ea3632c40f9c065ce9a7eb7c03dbf55 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 3 Feb 2026 22:47:24 +0100 Subject: [PATCH] Improve notification bell placement and change sender to MOPC Portal - Move notification bell to sidebar header next to logo (desktop) - Keep bell in mobile header bar (already well-placed) - Change email sender name from 'MOPC Platform' to 'MOPC Portal' Co-Authored-By: Claude Opus 4.5 --- src/components/layouts/admin-sidebar.tsx | 11 +++++------ src/lib/email.ts | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 16 deletions(-) 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.

`