Skip to content

Commit

Permalink
12/18 통합 테스트에 맞게 태그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BoYoung00 committed Dec 17, 2024
1 parent ac56a8b commit 49176e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/loginPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const LoginPage = () => `
<h1 class="text-2xl font-bold text-center text-blue-600 mb-8">항해플러스</h1>
<form id="login-form">
<div class="mb-4">
<input type="text" id="username" placeholder="이메일 또는 전화번호" class="w-full p-2 border rounded">
<input type="text" id="username" placeholder="사용자 이름" class="w-full p-2 border rounded">
</div>
<div class="mb-6">
<input type="password" placeholder="비밀번호" id="passwordInput" class="w-full p-2 border rounded">
Expand Down

0 comments on commit 49176e4

Please sign in to comment.