fix(desktop): change project path tooltip position to bottom (#9497)
This commit is contained in:
parent
fb3d8e83c5
commit
366da595af
1 changed files with 1 additions and 1 deletions
|
|
@ -2195,7 +2195,7 @@ export default function Layout(props: ParentProps) {
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Tooltip
|
<Tooltip
|
||||||
placement={sidebarProps.mobile ? "bottom" : "top"}
|
placement="bottom"
|
||||||
gutter={2}
|
gutter={2}
|
||||||
value={project()?.worktree}
|
value={project()?.worktree}
|
||||||
class="shrink-0"
|
class="shrink-0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue