From de18805f621455f306c9af4aa96745d68167d0e7 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 23:17:35 +0000 Subject: [PATCH] Adjust Settings Page Layout Align text in the first card on the settings page to match the layout of other cards. --- src/pages/Settings.tsx | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx index 2da0be5..f970af6 100644 --- a/src/pages/Settings.tsx +++ b/src/pages/Settings.tsx @@ -73,18 +73,30 @@ const Settings = () => {
- {user ? user.email : '계정에 로그인하세요'} -
-+ {user.email} +
+계정에 로그인하세요
+