summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/app/src/pages/layout.tsx2
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"