fix(desktop): change project path tooltip position to bottom (#9497)
parent
fb3d8e83c5
commit
366da595af
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue