Skip to content

Commit

Permalink
FEAT ITEM-248-ecran-de-simulation-penser-a-renommer-notice-suivante-e…
Browse files Browse the repository at this point in the history
…n-ligne-suivante-dans-lecran-de-simulation :

     - modification du label de quatre boutons dans l'écran de simulation
  • Loading branch information
EryneKL committed Oct 4, 2024
1 parent dbd446f commit f4e704c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/NavigateNotice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
large
dark
@click="prev"
aria-label="ligne précédente">
aria-label="Ligne précédente">
<v-icon>mdi-chevron-left</v-icon>
</v-btn>
</v-row>
<v-row class="d-flex justify-center">
<div style="width: 5em; text-align: center;">ligne précédente</div>
<div style="width: 5em; text-align: center;">Ligne précédente</div>
</v-row>
<!--Conteneur bouton 3-->
<v-row class="d-flex justify-center">
Expand All @@ -38,12 +38,12 @@
large
dark
@click="next"
aria-label="ligne suivante">
aria-label="Ligne suivante">
<v-icon>mdi-chevron-right</v-icon>
</v-btn>
</v-row>
<v-row class="d-flex justify-center">
<div style="width: 4em; text-align: center;">ligne suivante</div>
<div style="width: 4em; text-align: center;">Ligne suivante</div>
</v-row>
<!--Conteneur bouton 4-->
<v-row class="d-flex justify-center">
Expand Down

0 comments on commit f4e704c

Please sign in to comment.