diff --git a/apps/desktop/src/app/chat/sidebar/session-actions-menu.tsx b/apps/desktop/src/app/chat/sidebar/session-actions-menu.tsx index d85f94e5bf33..7b0d1a1e649c 100644 --- a/apps/desktop/src/app/chat/sidebar/session-actions-menu.tsx +++ b/apps/desktop/src/app/chat/sidebar/session-actions-menu.tsx @@ -273,8 +273,10 @@ function useSessionActions({ const workItems: ItemSpec[] = [ spec({ disabled: !onBranch, - // Match the inline message action's GitFork icon (assistant-message.tsx). - icon: 'git-fork', + // Fork glyph to match the inline message action's GitFork icon + // (assistant-message.tsx). NB: this codicon font has no `git-fork` + // glyph (only `git-fork-private`); `repo-forked` is the fork icon. + icon: 'repo-forked', label: r.branchFrom, onSelect: () => { triggerHaptic('selection')