Skip to content

Commit 7a4ce14

Browse files
authored
[Condense] Change condense icon (RooCodeInc#3768)
* [Condense] Change condense icon * change to fold
1 parent 9402a4d commit 7a4ce14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/chat/TaskActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const TaskActions = ({ item, buttonsDisabled, handleCondenseContext }: Ta
2929
{!!item?.size && item.size > 0 && (
3030
<>
3131
<IconButton
32-
iconClass="codicon-file-zip"
32+
iconClass="codicon-fold"
3333
title={t("chat:task.condenseContext")}
3434
disabled={buttonsDisabled}
3535
onClick={() => handleCondenseContext(item.id)}

0 commit comments

Comments
 (0)