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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"