diff --git a/web/src/components/setting/AccessTokenSection.tsx b/web/src/components/setting/AccessTokenSection.tsx
index 57429e8..7d88199 100644
--- a/web/src/components/setting/AccessTokenSection.tsx
+++ b/web/src/components/setting/AccessTokenSection.tsx
@@ -45,7 +45,7 @@ const AccessTokenSection = () => {
return (
<>
-
+
diff --git a/web/src/components/setting/AccountSection.tsx b/web/src/components/setting/AccountSection.tsx
index fb17d01..90068ff 100644
--- a/web/src/components/setting/AccountSection.tsx
+++ b/web/src/components/setting/AccountSection.tsx
@@ -12,7 +12,7 @@ const AccountSection: React.FC = () => {
return (
<>
-
+
Account
{currentUser.nickname}
diff --git a/web/src/components/setting/MemberSection.tsx b/web/src/components/setting/MemberSection.tsx
index 13164c1..527f570 100644
--- a/web/src/components/setting/MemberSection.tsx
+++ b/web/src/components/setting/MemberSection.tsx
@@ -20,7 +20,7 @@ const MemberSection = () => {
return (
<>
-
+
diff --git a/web/src/components/setting/WorkspaceSection.tsx b/web/src/components/setting/WorkspaceSection.tsx
index c8affbd..ac5abd8 100644
--- a/web/src/components/setting/WorkspaceSection.tsx
+++ b/web/src/components/setting/WorkspaceSection.tsx
@@ -17,7 +17,7 @@ const WorkspaceSection: React.FC = () => {
};
return (
-
+
Workspace settings
{
const isAdmin = currentUser.role === "ADMIN";
return (
-