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

@ -17,8 +17,9 @@ I'm a Drupal core contributor, module and theme maintainer, former Developer for
{% include 'button' with {
position: 'centre',
text: 'Click here to email Oliver →',
text: 'Click here to email Oliver',
url: 'mailto:' ~ site.email,
withArrow: true,
} %}
## What I can help you with
@ -50,8 +51,9 @@ Here are [all my products and services][pricing]. If you still can't find what y
<div>
{% include 'button' with {
position: 'centre',
text: 'Click here to email Oliver &rarr;',
text: 'Click here to email Oliver',
url: 'mailto:' ~ site.email,
withArrow: true,
} %}
</div>
</div>