fix: use play icon for quick commands menu (#2668)
Co-authored-by: Orca <help@stably.ai>
This commit is contained in:
parent
58accdf8a8
commit
1ea43c2d06
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue