Skip to content

Commit

Permalink
fix(a11y): replace return by cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccadumazert committed Feb 28, 2025
1 parent 0549e2e commit 6b237b7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/views/partials/go-back.ejs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<div class="fr-mt-2w">
<button
class="fr-btn fr-btn--tertiary fr-icon-arrow-go-back-line fr-btn--icon-left go-back-link"
>
retour
</button>
<button class="fr-btn fr-btn--tertiary go-back-link">Annuler</button>
</div>
<script type="module" src="<%= js('go-back.js') %>"></script>

0 comments on commit 6b237b7

Please sign in to comment.