mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 09:28:29 +00:00
web/UpdateNotification: set an alert aria role
This commit is contained in:
parent
f406e7355b
commit
3fdfd44515
@ -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 New Issue
Block a user