Skip to content

Commit

Permalink
migration to bootstrap 5
Browse files Browse the repository at this point in the history
  • Loading branch information
fred4jupiter committed Dec 24, 2024
1 parent ef49b6d commit f412437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/image/image_upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
<div class="col-12 col-sm-2">
<div class="mb-3">
<label class="form-label" th:text="#{image.upload.rotate}"></label><br/>
<button type="button" class="btn btn-dark" data-deg="-90">
<button type="button" class="rotate-image-btn btn btn-dark" data-deg="-90">
<i class="fas fa-undo" aria-hidden="true"></i>
</button>
<button type="button" class="btn btn-dark" data-deg="90">
<button type="button" class="rotate-image-btn btn btn-dark" data-deg="90">
<i class="fas fa-redo" aria-hidden="true"></i>
</button>
</div>
Expand Down

0 comments on commit f412437

Please sign in to comment.