From dd85b0b8f8f10a0222cccb1f9cd6027e7bdecf58 Mon Sep 17 00:00:00 2001 From: mawkone Date: Fri, 12 Jun 2026 11:23:07 -0700 Subject: [PATCH] design(chat): remove hardcoded suggestion chips from input box --- .../components/vibn-chat/chat-panel.tsx | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/vibn-frontend/components/vibn-chat/chat-panel.tsx b/vibn-frontend/components/vibn-chat/chat-panel.tsx index fe1218ff..3634f6b0 100644 --- a/vibn-frontend/components/vibn-chat/chat-panel.tsx +++ b/vibn-frontend/components/vibn-chat/chat-panel.tsx @@ -2063,28 +2063,6 @@ export function ChatPanel({ boxShadow: "0 2px 6px rgba(0,0,0,0.03)", }} > - {/* Fake Suggested Next Steps Chips (for design review) */} - {!sending && - messages.length > 0 && - messages[messages.length - 1].role === "assistant" && ( -
- - - -
- )}