screen readers: label button, and remove decorative svg

This commit is contained in:
Sine Jespersen 2025-06-17 09:18:28 +02:00
parent 3cdefff0d2
commit f36f943a54

View File

@ -162,6 +162,7 @@
</h1> </h1>
<button <button
class="self-center" class="self-center"
aria-label={$i18n.t('Close Configure Connection Modal')}
on:click={() => { on:click={() => {
show = false; show = false;
}} }}
@ -170,6 +171,7 @@
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20" viewBox="0 0 20 20"
fill="currentColor" fill="currentColor"
aria-hidden="true"
class="w-5 h-5" class="w-5 h-5"
> >
<path <path