Add tab aria role

This commit is contained in:
Alessio Davoli 2023-12-12 19:08:47 +01:00
parent d317405194
commit e396ca0dc9

View file

@ -41,7 +41,7 @@
<button id="desc">Descrizione</button>
<button id="map">Mappa</button>
</div>
<div class="tab" bind:this={ref}>
<div class="tab" bind:this={ref} role="tab">
<svelte:component this={component} route={route} />
</div>
</div>