This commit is contained in:
parent
4c34b3c398
commit
e7da4d77b5
10 changed files with 197 additions and 57 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue