fix: use play icon for quick commands menu (#2668)

Co-authored-by: Orca <help@stably.ai>
This commit is contained in:
Jinwoo Hong 2026-05-23 02:47:55 -04:00 committed by GitHub
parent 58accdf8a8
commit 1ea43c2d06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ import {
PanelsTopLeft,
PanelRightClose,
Pencil,
Play,
Plus,
SquareTerminal,
X
} from 'lucide-react'
import {
@ -141,7 +141,7 @@ export default function TerminalContextMenu({
</DropdownMenuItem>
<DropdownMenuSub>
<DropdownMenuSubTrigger>
<SquareTerminal />
<Play fill="currentColor" strokeWidth={0} />
Quick Commands
</DropdownMenuSubTrigger>
<DropdownMenuSubContent className="w-60">