Skip to content

Commit

Permalink
fix: change wording boutons orientation (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelkhay committed Dec 5, 2023
1 parent e1a88af commit 563710b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h1 class="h2 text-center fw-bold mt-sm-5 mt-3">
</form>
<div class="text-center mt-4">
<a class="btn btn-primary mx-3" [routerLink]="['..', 'disponibilite']" queryParamsHandling="preserve">
Valider
Suivant
<i class="ri-arrow-right-s-line" aria-hidden="true"></i>
</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h1 class="h2 text-center fw-bold mt-sm-5 mt-3">
</form>
<div class="text-center mt-4">
<a class="btn btn-primary mx-3" [routerLink]="['..', 'accessibilite']" queryParamsHandling="preserve">
Valider
Suivant
<i class="ri-arrow-right-s-line" aria-hidden="true"></i>
</a>
</div>
Expand Down

0 comments on commit 563710b

Please sign in to comment.