diff --git a/src/pages/home/components/top-section.tsx b/src/pages/home/components/top-section.tsx index cfc0d565..aa12eded 100644 --- a/src/pages/home/components/top-section.tsx +++ b/src/pages/home/components/top-section.tsx @@ -10,7 +10,7 @@ const TopSection = () => { }; return ( -
+
{ return (
-
+

{NICKNAME_TITLE}

diff --git a/src/pages/sign-up/sign-up.tsx b/src/pages/sign-up/sign-up.tsx index e9db80ed..2590d4bd 100644 --- a/src/pages/sign-up/sign-up.tsx +++ b/src/pages/sign-up/sign-up.tsx @@ -9,16 +9,14 @@ const SignUp = () => { return (
-
- - - - - - - - -
+ + + + + + + +
); };