add button

This commit is contained in:
Le Libre Au Quotidien 2019-09-06 18:58:48 +02:00
parent e0898ba394
commit 132a7fabd3
2 changed files with 2 additions and 1 deletions

View File

@ -25,4 +25,5 @@
</button>
<br>
<button [routerLink]="'/step/resume'" class="btn_background btn_white_text">Valider</button>
<span _ngcontent-kmf-c6="" class="text">Retour </span>
</div>

View File

@ -7,4 +7,4 @@
{{config |json}}
</pre>
</section>
<a [routerLink]="'/step/end'" class="btn btn-block">C'est parfait!</a>
<button [routerLink]="'/step/end'" class="btn_background btn_white_text">C'est parfait!</button>