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 */}