diff --git a/products/frontend/src/routes/Login/index.tsx b/products/frontend/src/routes/Login/index.tsx
index b5d2702..d5f8aee 100644
--- a/products/frontend/src/routes/Login/index.tsx
+++ b/products/frontend/src/routes/Login/index.tsx
@@ -28,7 +28,7 @@ const Login: FC = () => {
return (
-
+
Discord または Google アカウントを使用してログインしてください。
diff --git a/products/frontend/src/routes/Root/index.tsx b/products/frontend/src/routes/Root/index.tsx
index 345ab6c..237b092 100644
--- a/products/frontend/src/routes/Root/index.tsx
+++ b/products/frontend/src/routes/Root/index.tsx
@@ -43,7 +43,7 @@ const Root: FC = () => {
return (
<>
-
+
{(infoAboutGroupsTheUserBelongsToQuery.isPending || infoAboutUserTransactionsQuery.isPending) && (