mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +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";
|
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 New Issue
Block a user