diff --git a/web/src/components/Header.tsx b/web/src/components/Header.tsx index 945ed04..ff30c77 100644 --- a/web/src/components/Header.tsx +++ b/web/src/components/Header.tsx @@ -17,7 +17,7 @@ const Header: React.FC = () => { return ( <> -
+
diff --git a/web/src/components/setting/WorkspaceSection.tsx b/web/src/components/setting/WorkspaceSection.tsx index 74b7f25..3f84c53 100644 --- a/web/src/components/setting/WorkspaceSection.tsx +++ b/web/src/components/setting/WorkspaceSection.tsx @@ -17,20 +17,18 @@ const WorkspaceSection: React.FC = () => { }; return ( - <> -
-

Workspace settings

-
- handleDisallowSignUpChange(event.target.checked)} - /> -

Once disabled, other users cannot signup.

-
+
+

Workspace settings

+
+ handleDisallowSignUpChange(event.target.checked)} + /> +

Once disabled, other users cannot signup.

- +
); };