From 6f8126e8a3e3c94ab27d03f0cd91b72a59502420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daphn=C3=A9=20Popin?= Date: Fri, 20 Oct 2023 13:04:47 +0200 Subject: [PATCH] Workpace setting layout consistent with Members management (#2217) --- front/pages/w/[wId]/workspace/index.tsx | 107 ++++++++++++------------ 1 file changed, 53 insertions(+), 54 deletions(-) diff --git a/front/pages/w/[wId]/workspace/index.tsx b/front/pages/w/[wId]/workspace/index.tsx index 6ba821b4b173..9cfb27350f14 100644 --- a/front/pages/w/[wId]/workspace/index.tsx +++ b/front/pages/w/[wId]/workspace/index.tsx @@ -204,19 +204,19 @@ export default function WorkspaceAdmin({ topNavigationCurrent="settings" subNavigation={subNavigationAdmin({ owner, current: "workspace" })} > - -
- -
- -
+ + + + Workspace name + + Think GitHub repository names, short and memorable. + + +
-
+
- -
- {!!monthOptions.length && ( - <> - -
- - -
- - )} -
+ ))} + + +
+
+ )}
);