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"
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue