diff --git a/app/components/chat/BaseChat.tsx b/app/components/chat/BaseChat.tsx index e0ccb682..f095728b 100644 --- a/app/components/chat/BaseChat.tsx +++ b/app/components/chat/BaseChat.tsx @@ -353,7 +353,6 @@ export const BaseChat = React.forwardRef( className="border border-bolt-elements-borderColor rounded-full bg-gray-50 hover:bg-gray-100 dark:bg-gray-950 dark:hover:bg-gray-900 text-bolt-elements-textSecondary hover:text-bolt-elements-textPrimary px-3 py-1 text-xs transition-theme" > {examplePrompt.text} - {/*
*/} ); })}