From 37f284f9a97d3354143d64fc76c2eb9f7d9ccf9e Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 29 Aug 2025 23:32:17 -0400 Subject: wip: cloud --- cloud/app/src/routes/workspace.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cloud/app/src') diff --git a/cloud/app/src/routes/workspace.tsx b/cloud/app/src/routes/workspace.tsx index 865e76519..864fab4d3 100644 --- a/cloud/app/src/routes/workspace.tsx +++ b/cloud/app/src/routes/workspace.tsx @@ -16,9 +16,7 @@ export default function WorkspaceLayout(props: RouteSectionProps) { Logout -
- {props.children} -
+
{props.children}
) } -- cgit v1.2.3