From fcbd1ab0b18ea357b008d6065b1f255754bfe2e4 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 13 Dec 2025 10:44:33 +0200 Subject: [PATCH] chore(layout/title): remove spacer --- apps/client/src/layouts/desktop_layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/layouts/desktop_layout.tsx b/apps/client/src/layouts/desktop_layout.tsx index 7eda043b0..85db39c47 100644 --- a/apps/client/src/layouts/desktop_layout.tsx +++ b/apps/client/src/layouts/desktop_layout.tsx @@ -86,7 +86,7 @@ export default class DesktopLayout { .child() .child() .optChild(isNewLayout, ) - .child() + .optChild(!isNewLayout, ) .child() .child() .child()