mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
fix(desktop): change project path tooltip position to bottom (#9497)
This commit is contained in:
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…
x
Reference in New Issue
Block a user