Skip to content

Commit df0730a

Browse files
committed
refactor: 카카오 로그인 중 텍스트 수정
1 parent c2bc155 commit df0730a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/login/ui/KakaoLogin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const KakaoLogin = () => {
1010
) : (
1111
<>
1212
<div className="border-brand-primary h-10 w-10 animate-spin rounded-full border-4 border-t-transparent" />
13-
<p className="typo-body-1 text-gray-600">카카오 로그인 처리중</p>
13+
<p className="typo-body-1 text-gray-600">로그인 처리 중</p>
1414
</>
1515
)}
1616
</div>

0 commit comments

Comments
 (0)