add icons to download buttons

This commit is contained in:
Niklas Müller 2024-03-08 11:20:04 +01:00
parent de03e29cd8
commit 10456d984e
4 changed files with 20 additions and 3 deletions

View file

@ -62,7 +62,7 @@
<!-- https://getbootstrap.com/docs/5.3/examples/footers/# -->
<footer class="py-3 my-4 border-top">
<div class="container py-3">
<p class="text-center text-body-secondary text-muted">Developed with ♥ by <a href="https://github.com/tidoni/pdf-web-toolkit" target="_blank">Tidoni</a> (Niklas Müller)</p>
<p class="text-center text-body-secondary fw-light text-muted">Developed with ♥ by <a href="https://github.com/tidoni/pdf-web-toolkit" target="_blank">Tidoni</a></p>
</div>
</footer>