Skip to content

Commit

Permalink
chore: 비회원 로그인 화면 타이틀 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Sep 28, 2021
1 parent 1a19d25 commit 14a2b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presentation/features/booking/BookingScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function BookingScreen() {
key="booking_guest_login"
name="BookingGuestLogin"
component={GuestLoginScreen}
options={{title: '휴대전화로 로그인'}}
options={{title: '전화번호로 로그인'}}
/>
);

Expand Down

0 comments on commit 14a2b71

Please sign in to comment.