Skip to content

Commit

Permalink
fix: 로그인 버튼 오류
Browse files Browse the repository at this point in the history
  • Loading branch information
leejin-rho committed Jul 1, 2024
1 parent 7b0c483 commit aa897e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const Login: NextPage = () => {
<Button
text="로그인"
style="w-full bg-main-100 py-[0.8rem] h2 text-gray-700"
onClick={onSubmit}
onClick={() => {}}
/>
</button>
</form>
Expand Down

0 comments on commit aa897e9

Please sign in to comment.