Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
a-khakimov authored Jan 2, 2024
1 parent 42fcd24 commit 0040411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spendbook/report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<select id="month" name="month"></select>
<label for="month">Год</label>
<div id="year" class="button-group">
<button type="button" class="button button-default" id="2024">
<button type="button" class="button button-pressed" id="2024">
2024
</button>
<button type="button" class="button button-pressed" id="2023">
<button type="button" class="button button-default" id="2023">
2023
</button>
<button type="button" class="button button-default" id="2022">
Expand Down

0 comments on commit 0040411

Please sign in to comment.