Skip to content

Commit

Permalink
#16 fix: 버튼 주석 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
leejin-rho committed Jul 3, 2024
1 parent edc86f0 commit 55b2d10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ const SignUp: NextPage = () => {
maxLength={16}
className="flex-grow"
/>
<button
{/* <button
className="shrink-0 px-3 py-2.5 border border-main-color text-main-color rounded-lg h5"
onClick={(e) => {
e.preventDefault();
}}
>
중복
</button>
</button> */}
</FlexBox>

<TextLine children={"비밀번호"} className="pl-1" />
Expand All @@ -138,15 +138,15 @@ const SignUp: NextPage = () => {
maxLength={8}
className="flex-grow"
/>
<button
{/* <button
className="shrink-0 px-3 py-2.5 border border-main-color text-main-color rounded-lg h5"
onClick={(e) => {
e.preventDefault();
onClickCheckBtn();
}}
>
중복
</button>
</button> */}
</FlexBox>

<TextLine children={"식별번호"} className="pl-1" />
Expand Down

0 comments on commit 55b2d10

Please sign in to comment.