📱 fix: hide keyboard shortcuts trigger on mobile

This commit is contained in:
2026-04-09 00:59:15 -04:00
parent 513aafcebc
commit 92f60d3a9a
2 changed files with 9 additions and 3 deletions

View File

@@ -408,7 +408,7 @@ export const AIToolbar = ({
<Button
variant="ghost"
size="icon"
className="h-6 w-6 text-muted-foreground/50 hover:text-muted-foreground"
className="hidden h-6 w-6 text-muted-foreground/50 hover:text-muted-foreground md:inline-flex"
aria-label="Keyboard shortcuts"
>
<Info className="h-3.5 w-3.5" />