[Condense] Change condense icon (#3768)

* [Condense] Change condense icon

* change to fold
This commit is contained in:
Canyon Robins 2025-05-20 18:01:13 -07:00 committed by GitHub
parent 9402a4d54f
commit 7a4ce14901
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ export const TaskActions = ({ item, buttonsDisabled, handleCondenseContext }: Ta
{!!item?.size && item.size > 0 && (
<>
<IconButton
iconClass="codicon-file-zip"
iconClass="codicon-fold"
title={t("chat:task.condenseContext")}
disabled={buttonsDisabled}
onClick={() => handleCondenseContext(item.id)}