Skip to content

Commit

Permalink
code: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matiusz committed Nov 30, 2023
1 parent ad121cb commit 8d2f690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/flask/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
</td>
<td>
<form action="{{url_for('start', category=song.category, song=song.title.replace('/', ''), chordShift=(chordShift+1) % 12)}}">
<button type="submit" value="Down" class="btn btn-primary">
<i class="fa fa-arrow-down" aria-hidden="true"></i>
<button type="submit" value="Up" class="btn btn-primary">
<i class="fa fa-arrow-up" aria-hidden="true"></i>
</button>
</form>
</td>
Expand Down

0 comments on commit 8d2f690

Please sign in to comment.