fix aria role

This commit is contained in:
Nolan Lawson 2018-02-11 23:17:24 -08:00
parent 8a424ca71a
commit c8cef10031

View file

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