Skip to content

Commit

Permalink
FIX ne pas afficher les boutons qui n'ont pas d'url + barre selection…
Browse files Browse the repository at this point in the history
… anglais theses-personnes
  • Loading branch information
clementdelafontaine committed Nov 18, 2024
1 parent 49e9626 commit 99a36b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/common/DomainSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<div role="listitem">
<v-btn flat @click="select('personnes')" :title="$t('rechercherPersonnes')" role="button">
<v-icon size="50" color="secondary">mdi-account-multiple</v-icon>
<!-- Pas de sous-titre en anglais => souligner tout le titre-->
<span class="title" :class="(locale === 'en' && selected === 'personnes') ? 'selected' : ''">
<h2>
{{ $t("toutesPersonnes") }}
Expand Down

0 comments on commit 99a36b5

Please sign in to comment.