Skip to content

Commit

Permalink
Style: 워딩 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
jseo9732 committed Jan 24, 2024
1 parent 5f1130d commit a386501
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/Mypage/LogoutButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const LogoutButton = () => {
return (
<Alert
title="로그아웃"
message="로그아웃 하시겠어요?"
message="로그아웃할까요?"
onConfirm={handleConfirm}
onCancel={handleCancel}>
<button onClick={onLogoutClick} className="caption2 text-gray4">
Expand Down
4 changes: 2 additions & 2 deletions src/components/Mypage/MypageItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ const MypageItem = ({ link, children }: Props) => {
title="로그인"
message={
<>
조회 시 로그인이 필요합니다.
로그인이 필요해요.
<br />
로그인 하시겠습니까?
로그인하러 가볼까요?
</>
}
onConfirm={handleConfirm}
Expand Down
8 changes: 4 additions & 4 deletions src/pages/signup/signupSuccess.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ const SignupSuccess = () => {
<SuccessIcon />
</div>
<h1 className="title1 mb-3 text-center text-main1">
환영합니다!
만나서 반가워요!
<br />
가입이 완료되었습니다.
가입이 완료되었어요.
</h1>
<span className="body6 text-center leading-5 text-gray4">
위플랜플랜스 회원이 되신 것을 환영합니다.
위플랜플랜스에서 여행 계획을 세워볼까요?
<br />
여행 취향과 프로필을 등록해주세요!
여행 취향과 프로필을 등록하면 도움이 될 거예요.
</span>
</div>
<div className="flex flex-col gap-2">
Expand Down

0 comments on commit a386501

Please sign in to comment.