diff --git a/src/App.tsx b/src/App.tsx
index 042454d..5271ef3 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -77,7 +77,7 @@ export default function App() {
-
+
diff --git a/src/components/Chat.tsx b/src/components/Chat.tsx
index 683cc65..31f684c 100644
--- a/src/components/Chat.tsx
+++ b/src/components/Chat.tsx
@@ -140,7 +140,7 @@ export default function Chat() {
-
+
{
messages &&
messages.map((message, index) => {
diff --git a/src/components/HorizontalMenu.tsx b/src/components/HorizontalMenu.tsx
index 0dcf625..ea27a4a 100644
--- a/src/components/HorizontalMenu.tsx
+++ b/src/components/HorizontalMenu.tsx
@@ -16,7 +16,7 @@ export default function HorizontalMenu() {
return (
-
+
{setPage(Pages.Profile)}}
diff --git a/src/components/Profile.tsx b/src/components/Profile.tsx
index 40cf416..3c97872 100644
--- a/src/components/Profile.tsx
+++ b/src/components/Profile.tsx
@@ -9,7 +9,7 @@ export default function Profile() {
-
-
+
diff --git a/src/components/VerticalMenu.tsx b/src/components/VerticalMenu.tsx
index f42f3d5..bae150e 100644
--- a/src/components/VerticalMenu.tsx
+++ b/src/components/VerticalMenu.tsx
@@ -25,43 +25,45 @@ export default function VerticalMenu() {
return (
-
- - {setPage(Pages.Profile)}}
- >
- {" "}
-
プロフィール
-
- - {setPage(Pages.Links)}}
- >
- {" "}
-
リンク
-
- - {setPage(Pages.Keys)}}
- >
- {" "}
-
公開鍵
-
- - {setPage(Pages.Services)}}
- >
- {" "}
-
サービス
-
- - {setPage(Pages.Chat)}}
- >
- {" "}
-
チャット
-
-
+
+
+ - {setPage(Pages.Profile)}}
+ >
+ {" "}
+
プロフィール
+
+ - {setPage(Pages.Links)}}
+ >
+ {" "}
+
リンク
+
+ - {setPage(Pages.Keys)}}
+ >
+ {" "}
+
公開鍵
+
+ - {setPage(Pages.Services)}}
+ >
+ {" "}
+
サービス
+
+ - {setPage(Pages.Chat)}}
+ >
+ {" "}
+
チャット
+
+
+
)
}