Fix for #7229 Fix/project sidebar folder name (#7232)

This commit is contained in:
AJ Ka
2026-01-08 19:47:15 -04:00
committed by GitHub
parent 80772e5ac2
commit faa848cfb1
3 changed files with 4 additions and 8 deletions

View File

@@ -875,7 +875,7 @@ export default function Layout(props: ParentProps) {
</Collapsible>
</Match>
<Match when={true}>
<Tooltip placement="right" value={props.project.worktree}>
<Tooltip placement="right" value={getFilename(props.project.worktree)}>
<ProjectVisual project={props.project} />
</Tooltip>
</Match>