fix: Projects sections aria-label
This commit is contained in:
parent
32b01f4c98
commit
af364d6667
1 changed files with 4 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
id="projets-en-cours"
|
id="projets-en-cours"
|
||||||
role="tabpanel"
|
role="tabpanel"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
aria-labelledby="projets-en-cours-label"
|
:aria-label="tabs[0].label"
|
||||||
class="flow"
|
class="flow"
|
||||||
>
|
>
|
||||||
<Project
|
<Project
|
||||||
|
|
@ -22,8 +22,9 @@
|
||||||
id="projets-archives"
|
id="projets-archives"
|
||||||
role="tabpanel"
|
role="tabpanel"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
aria-labelledby="projet-archives-label"
|
:aria-label="tabs[1].label"
|
||||||
>
|
class="flow"
|
||||||
|
>
|
||||||
<Project
|
<Project
|
||||||
v-for="project in archivedProjects"
|
v-for="project in archivedProjects"
|
||||||
:key="project.id"
|
:key="project.id"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue