diff --git a/apps/web/app/(dashboard)/inbox/page.tsx b/apps/web/app/(dashboard)/inbox/page.tsx index 1bd8ee89..65b3191b 100644 --- a/apps/web/app/(dashboard)/inbox/page.tsx +++ b/apps/web/app/(dashboard)/inbox/page.tsx @@ -309,11 +309,11 @@ export default function InboxPage() { return ( -
-
+
+
-
+
{Array.from({ length: 5 }).map((_, i) => (
@@ -341,8 +341,8 @@ export default function InboxPage() { {/* Left column — inbox list */} -
-
+
+

Inbox

{unreadCount > 0 && ( @@ -385,6 +385,7 @@ export default function InboxPage() {
+
{items.length === 0 ? (
@@ -403,6 +404,7 @@ export default function InboxPage() { ))}
)} +