diff --git a/frontend/components/navigation.tsx b/frontend/components/navigation.tsx index 74046447..423172f5 100644 --- a/frontend/components/navigation.tsx +++ b/frontend/components/navigation.tsx @@ -331,7 +331,7 @@ export function Navigation({ return (
-
+
{routes.map(route => (
@@ -373,10 +373,10 @@ export function Navigation({ {/* Chat Page Specific Sections */} {isOnChatPage && ( -
+
{/* Conversations Section */} -
-
+
+

Conversations

@@ -392,7 +392,7 @@ export function Navigation({
-
+
{/* Conversations List - grows naturally, doesn't fill all space */}
{loadingNewConversation || isConversationsLoading ? ( @@ -424,7 +424,7 @@ export function Navigation({ {/* Show regular conversations */} {conversations.length === 0 && !placeholderConversation ? ( -
+
No conversations yet
) : ( @@ -432,7 +432,7 @@ export function Navigation({