remove the left-arrow on the "retour" button, because it was placed on the right of the page

This commit is contained in:
2024-09-13 16:03:06 +02:00
parent 59c34dabd7
commit f0e8df38af

View File

@@ -217,7 +217,7 @@
>
{{ $t("cancel_signing") }}
</a>
<a class="btn btn-cancel" v-else :href="getReturnPath()">
<a class="btn btn-misc" v-else :href="getReturnPath()">
{{ $t("return") }}
</a>
</div>