mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-24 16:02:55 +08:00
fix(vscode): use pencil-line icon for edit action in Rules tab
The pencil icon more clearly conveys "edit this file" compared to the go-to-file icon.
This commit is contained in:
@@ -1008,7 +1008,7 @@ const AgentBehaviourTab: Component = () => {
|
||||
<IconButton
|
||||
size="small"
|
||||
variant="ghost"
|
||||
icon="go-to-file"
|
||||
icon="pencil-line"
|
||||
onClick={() => vscode.postMessage({ type: "openFile", filePath: path })}
|
||||
/>
|
||||
<IconButton size="small" variant="ghost" icon="close" onClick={() => removeInstruction(index())} />
|
||||
|
||||
Reference in New Issue
Block a user