fix(code): remove commented code

This commit is contained in:
Qwikode 2024-11-21 23:42:18 +02:00
parent 5f455e6cc3
commit 2a31ca9b0d

View File

@ -353,7 +353,6 @@ export const BaseChat = React.forwardRef<HTMLDivElement, BaseChatProps>(
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}
{/* <div className="i-ph:arrow-bend-down-left" /> */}
</button>
);
})}