Skip to content
Snippets Groups Projects
Commit 30c64f7f authored by Simon Malesys's avatar Simon Malesys
Browse files

Add aria-labels to dialogs

parent 6d443630
No related branches found
No related tags found
2 merge requests!10New download system,!9Dev
......@@ -32,6 +32,7 @@
v-model="advancedSearchVisible"
class="advanced-search-dialog"
@close="updateFilters"
aria-label="Advanced search"
>
<header>
<h2>ADVANCED SEARCH</h2>
......
......@@ -30,6 +30,7 @@
<AppDialog
v-model="downloadsVisible"
class="downloads-dialog"
aria-label="Downloads"
>
<header>
<h2>DOWNLOADS</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment