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";
|
import IconComet from "@tabler/icons-svelte/IconComet.svelte";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div id="update-notification">
|
<div id="update-notification" role="alert" aria-atomic="true">
|
||||||
<button class="update-button" on:click={() => window.location.reload()}>
|
<button class="update-button" on:click={() => window.location.reload()}>
|
||||||
<div class="update-icon">
|
<div class="update-icon">
|
||||||
<IconComet />
|
<IconComet />
|
||||||
|
|
Loading…
Reference in a new issue