Usr SVGs for arrows on buttons

This commit is contained in:
Oliver Davies 2024-03-02 11:32:44 +00:00
parent 9df2e55519
commit a4d5b0d25e
9 changed files with 44 additions and 22 deletions

View file

@ -56,7 +56,8 @@ I offer consulting calls and services to reduce your onboarding time and get you
<div class="mt-6">
{% include 'button.html.twig' with {
text: 'Book your call &rarr;',
text: 'Book your call ',
url: '/call',
withArrow: true,
} %}
</div>