chore: accessibility of filters

This commit is contained in:
2024-05-03 19:29:10 +02:00
parent ff041b9aaf
commit 7dd1c06f3f
4 changed files with 281 additions and 288 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<button class="filter-button btn--filled btn--image" @click="toggleShowOptions" ref="button">
<img src="/images/icon-filter2.svg" alt="Open filters icon" />
{{ $t('options.filters') }} [F]
[F] {{ $t('options.filters') }}
<span class="active-indicator" v-if="currentOptionsActive"></span>
</button>