Skip to content

Commit a619310

Browse files
su-bin99rdd9223
authored andcommitted
Fix: 로그인 placeholder 오타 수정
1 parent c946109 commit a619310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/molecules/Loginform/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function Loginform(): React.ReactElement {
8787
<LoginformWrap>
8888
<StyledInput
8989
className="email"
90-
placeHolder="이메일를 입력해 주세요"
90+
placeHolder="이메일을 입력해 주세요"
9191
width="406px"
9292
height="60px"
9393
onChange={(value) => {

0 commit comments

Comments
 (0)