mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/UpdateNotification: set an alert aria role
This commit is contained in:
parent
f406e7355b
commit
3fdfd44515
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
import IconComet from "@tabler/icons-svelte/IconComet.svelte";
|
||||
</script>
|
||||
|
||||
<div id="update-notification">
|
||||
<div id="update-notification" role="alert" aria-atomic="true">
|
||||
<button class="update-button" on:click={() => window.location.reload()}>
|
||||
<div class="update-icon">
|
||||
<IconComet />
|
||||
|
|
Loading…
Reference in a new issue