From 76c17692e5c2731ade1a55b5847de5e7da824f6d Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 21 Apr 2025 19:14:41 +0200 Subject: [PATCH] mail page fix design --- app/courrier/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index 65658a44..41495cc5 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -872,7 +872,7 @@ export default function CourrierPage() { // Update the email count in the header to show filtered count const renderEmailListHeader = () => (
-
+
-

Inbox

+

+ {currentView.charAt(0).toUpperCase() + currentView.slice(1).toLowerCase()} +

{searchQuery ? `${filteredEmails.length} of ${emails.length} emails` : `${emails.length} emails`}