From 29e1ebdc816fb911aa19ef5fd0d8aa1c3474ad36 Mon Sep 17 00:00:00 2001 From: alexf37 <122472971+alexf37@users.noreply.github.com> Date: Tue, 26 Aug 2025 21:50:20 +0000 Subject: [PATCH] fix: missing dialog title in consumer mobile drawer (#386) --- apps/web/components/menu.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/web/components/menu.tsx b/apps/web/components/menu.tsx index 0501603f..8a2216cc 100644 --- a/apps/web/components/menu.tsx +++ b/apps/web/components/menu.tsx @@ -460,6 +460,12 @@ function Menu({ id }: { id?: string }) { + + {expandedView === "addUrl" && "Add Memory"} + {expandedView === "mcp" && "Model Context Protocol"} + {expandedView === "profile" && "Profile"} + {!expandedView && "Menu"} +
{/* Glass effect background */}