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

This commit is contained in:
Julien Fastré 2024-09-13 16:03:06 +02:00
parent 59c34dabd7
commit f0e8df38af
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

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