Skip to content

Commit

Permalink
chore: 전화번호 로그인 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Oct 3, 2021
1 parent eff770f commit c108aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presentation/features/booking/NeedLogin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function NeedLogin({navigation}: Props) {
학번으로 로그인
</Button>
<Text onPress={goGuestLogin} style={styles.alternativeText}>
재학생이 아니신가요? 전화번호로 로그인해주세요
재학생이 아니신가요? 전화번호로 로그인
</Text>
</View>
);
Expand Down

0 comments on commit c108aad

Please sign in to comment.