We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555b381 commit 0cbd4caCopy full SHA for 0cbd4ca
apps/web/src/app/(authenticated)/usage/Messages.tsx
@@ -304,7 +304,7 @@ export const Messages = ({
304
{questionData.suggestions.map((suggestion, index) => (
305
<div
306
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"
+ className="px-4 py-3 bg-background border border-border rounded-md text-sm"
308
>
309
{typeof suggestion === 'string'
310
? suggestion
0 commit comments