diff --git a/apps/web/app/influencer-dashboard/layout.tsx b/apps/web/app/influencer-dashboard/layout.tsx
index ea18688..0a53992 100644
--- a/apps/web/app/influencer-dashboard/layout.tsx
+++ b/apps/web/app/influencer-dashboard/layout.tsx
@@ -127,6 +127,7 @@ export default function InfluencerDashboardLayout({
{children}
diff --git a/apps/web/app/influencer-dashboard/messages/page.tsx b/apps/web/app/influencer-dashboard/messages/page.tsx
index 5a79c0a..7cef78e 100644
--- a/apps/web/app/influencer-dashboard/messages/page.tsx
+++ b/apps/web/app/influencer-dashboard/messages/page.tsx
@@ -109,7 +109,7 @@ function MessagesContent() {
};
return (
-
+
{/* Sidebar */}
@@ -130,7 +130,7 @@ function MessagesContent() {
-
+
{loadingConvs ? (
diff --git a/apps/web/app/influencer-dashboard/requests/page.tsx b/apps/web/app/influencer-dashboard/requests/page.tsx
index 249bf1e..6e48740 100644
--- a/apps/web/app/influencer-dashboard/requests/page.tsx
+++ b/apps/web/app/influencer-dashboard/requests/page.tsx
@@ -97,7 +97,7 @@ export default function RequestsPage() {
}
return (
-
+
{/* Header Area */}
@@ -138,7 +138,7 @@ export default function RequestsPage() {
{/* Content Container (2-Column Grid) */}
-
+
{/* Table Card (Left Column) */}
@@ -194,14 +194,14 @@ export default function RequestsPage() {
{/* Details Card (Right Column) */}
-
-
+
+
Request Details
{selectedRequest ? (
-
+
{/* Brand Profile */}
diff --git a/apps/web/components/NotificationBell.tsx b/apps/web/components/NotificationBell.tsx
index c1fd4d8..cdd4c9c 100644
--- a/apps/web/components/NotificationBell.tsx
+++ b/apps/web/components/NotificationBell.tsx
@@ -140,7 +140,10 @@ useEffect(() => {
-
+
{loading && notifications.length === 0 ? (
diff --git a/apps/web/components/chat/ChatWindow.tsx b/apps/web/components/chat/ChatWindow.tsx
index eb08e8a..b240699 100644
--- a/apps/web/components/chat/ChatWindow.tsx
+++ b/apps/web/components/chat/ChatWindow.tsx
@@ -511,7 +511,7 @@ export function ChatWindow({
)}
{/* Messages */}
-
+
{messages.length === 0 ? (