From 0afe920f275d14f6f968ca9f904ee77439a079ac Mon Sep 17 00:00:00 2001 From: alma Date: Tue, 15 Apr 2025 18:53:23 +0200 Subject: [PATCH] mail page custum 3 --- app/mail/page.tsx | 50 +++++++++++++++-------------------------------- 1 file changed, 16 insertions(+), 34 deletions(-) diff --git a/app/mail/page.tsx b/app/mail/page.tsx index 1fd1ddc..78a6ff8 100644 --- a/app/mail/page.tsx +++ b/app/mail/page.tsx @@ -135,13 +135,27 @@ export default function MailPage() { }; return ( -
+
{/* Sidebar */}
{/* Logo and toggle */}
- {sidebarOpen &&

Mail

} + {sidebarOpen && ( +
+

Mail

+ +
+ )} - - ))} - -
- )} - - {/* Settings */} -
- -
{/* Main content */}