Skip to content

Commit 0cbd4ca

Browse files
authored
Suggestions shouldn't be interactive (#197)
1 parent 555b381 commit 0cbd4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/app/(authenticated)/usage/Messages.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ export const Messages = ({
304304
{questionData.suggestions.map((suggestion, index) => (
305305
<div
306306
key={index}
307-
className="px-4 py-3 bg-background border border-border rounded-md text-sm hover:bg-muted/50 cursor-pointer transition-colors"
307+
className="px-4 py-3 bg-background border border-border rounded-md text-sm"
308308
>
309309
{typeof suggestion === 'string'
310310
? suggestion

0 commit comments

Comments
 (0)