Skip to content

Commit 366da59

Browse files
authored
fix(desktop): change project path tooltip position to bottom (anomalyco#9497)
1 parent fb3d8e8 commit 366da59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/pages/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2195,7 +2195,7 @@ export default function Layout(props: ParentProps) {
21952195
/>
21962196

21972197
<Tooltip
2198-
placement={sidebarProps.mobile ? "bottom" : "top"}
2198+
placement="bottom"
21992199
gutter={2}
22002200
value={project()?.worktree}
22012201
class="shrink-0"

0 commit comments

Comments
 (0)