btn home
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m18s

This commit is contained in:
Julie Blanc 2026-02-26 15:46:21 +01:00
parent 4c34b3c398
commit e7da4d77b5
10 changed files with 197 additions and 57 deletions

View file

@ -30,7 +30,7 @@ $count = max(4, (int)$section->count()->value());
<?php endif ?>
<?php if ($section->buttonText()->isNotEmpty()): ?>
<button class="btn--bold-inline">
<button class="btn--home">
<a href="<?= $section->buttonLink()->esc() ?>">
<span class="text"><?= $section->buttonText()->esc() ?></span>
<span class="icon"><?= svg('assets/icons/arrow-left.svg') ?></span>
@ -298,7 +298,7 @@ $count = max(4, (int)$section->count()->value());
<?php endif ?>
<div class="see-more">
<button class="btn--bold-inline">
<button class="btn--see-more">
<a href="<?= esc($seeMoreUrl) ?>">
<span class="text"><?= esc($seeMoreLabel) ?></span>
<span class="icon"><?= svg('assets/icons/arrow-left.svg') ?></span>