Skip to content
Snippets Groups Projects
Commit dcdfb26a authored by Anders Høvik's avatar Anders Høvik
Browse files

Added aria-label to close-button

parent b840cac3
Branches fix/close-button
No related tags found
1 merge request!89Fix/close button
Pipeline #283745 passed with warnings
......@@ -71,7 +71,7 @@
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Legg til venn</h5>
<button type="button" class="close btn-close" @click="showAddFriend = false"></button>
<button type="button" class="close btn-close" @click="showAddFriend = false" aria-label="Close"></button>
</div>
<div class="modal-body d-flex justify-content-center align-items-center flex-column">
<form class="col-md-10 d-flex justify-content-center align-items-center flex-row my-4"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment