remove role=alert from "show more" button (#68)

Possible solution for issue #59
This commit is contained in:
Nolan Lawson 2018-04-10 22:09:07 -07:00 committed by GitHub
parent 70b03eb56e
commit 7aceaa4d8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>