fix: Projects sections aria-label

This commit is contained in:
Timothée Goguely 2025-01-08 17:09:16 +01:00
parent 32b01f4c98
commit af364d6667

View file

@ -8,7 +8,7 @@
id="projets-en-cours"
role="tabpanel"
tabindex="0"
aria-labelledby="projets-en-cours-label"
:aria-label="tabs[0].label"
class="flow"
>
<Project
@ -22,8 +22,9 @@
id="projets-archives"
role="tabpanel"
tabindex="0"
aria-labelledby="projet-archives-label"
>
:aria-label="tabs[1].label"
class="flow"
>
<Project
v-for="project in archivedProjects"
:key="project.id"