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