Skip to content

Commit

Permalink
Fix markup of modal close button in feedback template (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Mar 15, 2022
1 parent 2895e63 commit 9ddf02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/feedback/feedback-template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
</form>

</div>
<button type=button modal-close is-large" aria-label="close"></button>
<button type=button class="modal-close is-large" aria-label="close"></button>

0 comments on commit 9ddf02f

Please sign in to comment.