Skip to content

Commit f6a97cd

Browse files
NaccOlldaniel-lxs
authored andcommitted
fix: update icon in CheckpointMenu for better clarity
1 parent 65813f2 commit f6a97cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/chat/checkpoints/CheckpointMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export const CheckpointMenu = ({ ts, commitHash, currentHash, checkpoint, onOpen
170170
<StandardTooltip content={t("chat:task.seeMore")}>
171171
<PopoverTrigger asChild>
172172
<Button variant="ghost" size="icon" aria-label={t("chat:checkpoint.menu.more")}>
173-
<span className="codicon codicon-chevron-down" />
173+
<span className="codicon codicon-ellipsis" />
174174
</Button>
175175
</PopoverTrigger>
176176
</StandardTooltip>

0 commit comments

Comments
 (0)