remove role=alert from "show more" button

Possible solution for issue #59
This commit is contained in:
Nolan Lawson 2018-04-10 21:44:12 -07:00
parent f2b2eb1cec
commit d63668b60a
1 changed files with 1 additions and 1 deletions

View File

@ -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>