Suggestions shouldn't be interactive (#197)

This commit is contained in:
Matt Rubens 2025-07-02 23:39:49 -04:00 committed by GitHub
parent 555b381b22
commit 0cbd4caec2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -304,7 +304,7 @@ export const Messages = ({
{questionData.suggestions.map((suggestion, index) => (
<div
key={index}
className="px-4 py-3 bg-background border border-border rounded-md text-sm hover:bg-muted/50 cursor-pointer transition-colors"
className="px-4 py-3 bg-background border border-border rounded-md text-sm"
>
{typeof suggestion === 'string'
? suggestion