Skip to content

Commit

Permalink
✏️ chore: Change default count to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
khk4912 committed Dec 2, 2023
1 parent 0a75de2 commit 3bea69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<div id="content">
<div class="center content-head light">지금까지 대신 눌러준 횟수</div>
<span class="center" id="count">19</span>
<span class="center" id="count">0</span>

<div class="center calc-point">
<span>= <span id="calculatedPoints">0</span>포인트</span>
Expand Down

0 comments on commit 3bea69c

Please sign in to comment.