Skip to content

Commit e27c044

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

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
@@ -178,7 +178,7 @@ export const CheckpointMenu = ({ ts, commitHash, currentHash, checkpoint, onOpen
178178
<StandardTooltip content={t("chat:task.seeMore")}>
179179
<PopoverTrigger asChild>
180180
<Button variant="ghost" size="icon" aria-label={t("chat:checkpoint.menu.more")}>
181-
<span className="codicon codicon-ellipsis" />
181+
<span className="codicon codicon-kebab-vertical" />
182182
</Button>
183183
</PopoverTrigger>
184184
</StandardTooltip>

0 commit comments

Comments
 (0)