mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 13:47:38 +02:00
web/UpdateNotification: set an alert aria role
This commit is contained in:
@ -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 />
|
||||
|
Reference in New Issue
Block a user