added aria tags for button types
This commit is contained in:
@@ -158,12 +158,14 @@
|
||||
</main>
|
||||
<footer class="modal__footer">
|
||||
<button
|
||||
type="button"
|
||||
class="modal__btn modal__btn-primary"
|
||||
onclick="goToLink()"
|
||||
>
|
||||
Continue
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
class="modal__btn"
|
||||
data-micromodal-close
|
||||
aria-label="Close this dialog window"
|
||||
|
||||
Reference in New Issue
Block a user