diff --git a/src/app/features/auth/components/AuthLogo.tsx b/src/app/features/auth/components/AuthLogo.tsx index 02d7826..1ac0840 100644 --- a/src/app/features/auth/components/AuthLogo.tsx +++ b/src/app/features/auth/components/AuthLogo.tsx @@ -14,8 +14,8 @@ export default function AuthLogo({ text }: AuthLogoProps): JSX.Element { const isDark = resolvedTheme === 'dark' return ( -
- +
+ CoPlan 로고 +

@Coplan - 2025

diff --git a/src/app/features/mypage/components/ProfileImageUpload.tsx b/src/app/features/mypage/components/ProfileImageUpload.tsx index 3650523..ef93939 100644 --- a/src/app/features/mypage/components/ProfileImageUpload.tsx +++ b/src/app/features/mypage/components/ProfileImageUpload.tsx @@ -83,7 +83,7 @@ export default function ProfileImageUpload({ } return ( -
+
{/* 파일 선택 트리거 역할 */}