diff options
| author | Rahul A Mistry <[email protected]> | 2026-01-22 16:53:37 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-22 05:23:37 -0600 |
| commit | 366da595afaf98387544550fa1e08fceaf453779 (patch) | |
| tree | 11620f5022f266bdfdd172292a5881137ff56744 | |
| parent | fb3d8e83c5534955dcd263d2e4e45c02fdb0c7e9 (diff) | |
| download | opencode-366da595afaf98387544550fa1e08fceaf453779.tar.gz opencode-366da595afaf98387544550fa1e08fceaf453779.zip | |
fix(desktop): change project path tooltip position to bottom (#9497)
| -rw-r--r-- | packages/app/src/pages/layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/pages/layout.tsx b/packages/app/src/pages/layout.tsx index 2a050543c..e9322b94c 100644 --- a/packages/app/src/pages/layout.tsx +++ b/packages/app/src/pages/layout.tsx @@ -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" |
