Modal download button normal instead of small

This commit is contained in:
Vincent LAURENT 2022-04-01 01:17:10 +02:00
parent 3169425f4a
commit 7f2730decb
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@
<p class="mb-1"><i class="bi bi-check-circle text-success"></i> Votre signature a bien été prise en compte !</p>
</div>
<div class="modal-footer text-center d-block">
<a class="btn btn-outline-dark btn-sm" href="/signature/<?php echo $hash ?>/pdf"><i class="bi bi-download"></i> Télécharger le PDF</a>
<a class="btn btn-outline-dark" href="/signature/<?php echo $hash ?>/pdf"><i class="bi bi-download"></i> Télécharger le PDF</a>
</div>
</div>
</div>