Skip to content

Commit

Permalink
fix: income, expend checkbox checked
Browse files Browse the repository at this point in the history
  • Loading branch information
ljh0608 committed Oct 13, 2023
1 parent a21935b commit 300fb5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions week1/week1-2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ <h2> 10μ›” 1일 </h2>
<div class="separate-deposit">
<div class="custom-income-checkbox action">
<label for="income-btn" class="income-checkbox">
<input id="income-btn" type="checkbox" class="income-checkbox__input">
<input id="income-btn" type="checkbox" checked class="income-checkbox__input">
<span>μˆ˜μž… </span>
</label>
</div>

<div class="custom-income-checkbox action">
<label for="expend-btn" class="income-checkbox">
<input id="expend-btn" type="checkbox" class="income-checkbox__input">
<input id="expend-btn" type="checkbox" checked class="income-checkbox__input">
<span>μ§€μΆœ </span>
</label>
</div>
Expand Down

0 comments on commit 300fb5b

Please sign in to comment.