Skip to content

Commit 61136f0

Browse files
NaccOllbrunobergher
authored andcommitted
Update webview-ui/src/components/chat/checkpoints/CheckpointMenu.tsx
Co-authored-by: Bruno Bergher <[email protected]>
1 parent f6a97cd commit 61136f0

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-ellipsis" />
173+
<span className="codicon codicon-kebab-vertical" />
174174
</Button>
175175
</PopoverTrigger>
176176
</StandardTooltip>

0 commit comments

Comments
 (0)