Browse Source

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

Rahul A Mistry 1 month ago
parent
commit
366da595af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/pages/layout.tsx

+ 1 - 1
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"