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

@ -37,8 +37,9 @@ An upgrade roadmap is a personalised audit of your Drupal website and includes d
{# 1st call to action #}
{% include 'button.html.twig' with {
text: page.button.text ~ ' →',
text: page.button.text ~ ' ',
url: page.button.url,
withArrow: true,
} %}
## How does it work?
@ -54,8 +55,9 @@ An upgrade roadmap is a personalised audit of your Drupal website and includes d
{# 2nd CTA #}
{% include 'button.html.twig' with {
text: page.button.text ~ ' →',
text: page.button.text,
url: page.button.url,
withArrow: true,
} %}
{# Social proof #}