diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index 98ca72bf..b7d0a76c 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -1519,92 +1519,90 @@ export default function CourrierPage() { return ( <> {/* Main layout */} -
-
- {/* Sidebar */} -
- {/* Courrier Title */} -
+
+ {/* Sidebar */} +
+ {/* Courrier Title */} +
+
+ + COURRIER +
+
+ + {/* Compose button and refresh button */} +
+
+ + +
- {/* Compose button and refresh button */} -
- - -
- - {/* Accounts Section */} -
- - - {accountsDropdownOpen && ( -
- {accounts.map(account => ( -
- + + {accountsDropdownOpen && ( +
+ {accounts.map(account => ( +
+ -
- ))} -
- )} -
- - {/* Navigation */} - {renderSidebarNav()} + {account.email} +
+ +
+ ))} +
+ )}
- {/* Main content area */} -
- {/* Email list panel */} - {renderEmailListWrapper()} -
+ {/* Navigation */} + {renderSidebarNav()} +
+ + {/* Main content area */} +
+ {/* Email list panel */} + {renderEmailListWrapper()}