Usr SVGs for arrows on buttons
This commit is contained in:
parent
9df2e55519
commit
a4d5b0d25e
9 changed files with 44 additions and 22 deletions
|
@ -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 #}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue