remove role=alert from "show more" button

Possible solution for issue #59
pull/68/head
Nolan Lawson 2018-04-10 21:44:12 -07:00
rodzic f2b2eb1cec
commit d63668b60a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
<div class="more-items-header" role="alert">
<div class="more-items-header">
<button class="primary" type="button" on:click="onClick(event)">
Show {{count}} more
</button>