fix(desktop): change project path tooltip position to bottom (#9497)

This commit is contained in:
Rahul A Mistry
2026-01-22 16:53:37 +05:30
committed by GitHub
parent fb3d8e83c5
commit 366da595af

View File

@@ -2195,7 +2195,7 @@ export default function Layout(props: ParentProps) {
/>
<Tooltip
placement={sidebarProps.mobile ? "bottom" : "top"}
placement="bottom"
gutter={2}
value={project()?.worktree}
class="shrink-0"