Skip to content

Commit

Permalink
로그인 버튼 영문 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gongdongho12 committed Jul 19, 2020
1 parent e5d4c67 commit dde664a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LoginModalButton/LoginModalButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const LoginModalButton: FunctionComponent<ILoginModalProps> = (props) => {
</Button>
</FlexCenter> : (
<Button type="primary" onClick={showModal}>
Login
로그인
</Button>
)
}
Expand Down

0 comments on commit dde664a

Please sign in to comment.