+
{/* 아이디/비번찾기 */}
-
- 아이디/비밀번호 찾기
-
+ 아이디/비밀번호 찾기
|
-
- 회원가입
-
+ 회원가입
)
diff --git a/src/components/auth/login/AuthHeader.tsx b/src/components/auth/login/AuthHeader.tsx
index 3ea47fa..787d0c1 100644
--- a/src/components/auth/login/AuthHeader.tsx
+++ b/src/components/auth/login/AuthHeader.tsx
@@ -1,14 +1,10 @@
-import NectIcon from '@/assets/icons/common/logo.svg?react'
-import NECT from '@/assets/icons/common/NECT.svg?react'
+import NectLogoIcon from '@/assets/icons/common/nect-logo.svg?react'
const AuthHeader = () => {
return (
<>
-
-
-
-
-
+
>
diff --git a/src/components/auth/login/SocialLogin.tsx b/src/components/auth/login/SocialLogin.tsx
index 9ad285d..ae6b218 100644
--- a/src/components/auth/login/SocialLogin.tsx
+++ b/src/components/auth/login/SocialLogin.tsx
@@ -1,5 +1,5 @@
-import GoogleIcon from '@/assets/icons/signup/google.svg?react'
-import KakaoIcon from '@/assets/icons/signup/kakao.svg?react'
+import GoogleIcon from '@/assets/icons/auth/google.svg?react'
+import KakaoIcon from '@/assets/icons/auth/kakao.svg?react'
import Button from '@/components/common/Button'
const SocialLogin = () => {
@@ -13,13 +13,13 @@ const SocialLogin = () => {
{/* 소셜 로그인 */}
-
+
-