add aria-label to button without label

This commit is contained in:
Sine Jespersen
2025-06-12 14:36:44 +02:00
parent 2b276583c3
commit 6faa9db4a7
54 changed files with 158 additions and 53 deletions

View File

@@ -203,6 +203,7 @@
</h1>
<button
class="self-center"
aria-label={$i18n.t('Close modal')}
on:click={() => {
show = false;
}}