Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/app/(mail)/mail/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export default function MailPage() {
<button onClick={()=>setShowSidebar(!showSidebar)} className="p-2 hover:bg-accent rounded-lg lg:hidden"><Menu className="w-5 h-5" /></button>
<div className="hidden lg:flex items-center gap-2 font-semibold text-sm">
<div className="w-7 h-7 rounded-md bg-foreground text-background flex items-center justify-center text-xs">N</div>
<span>Mail</span>
<span>Wem-Mail</span>
<span className="text-muted-foreground font-normal">· {userEmail}</span>
</div>
<div className="flex-1 max-w-xl mx-2 lg:mx-6 relative">
Expand Down