Skip to content

Commit

Permalink
Merge branch 'develop' into YALB-mega-footer
Browse files Browse the repository at this point in the history
  • Loading branch information
joetower authored Sep 7, 2023
2 parents 6a32653 + dd5beaa commit 1e4a84e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div {{ bem('wrap', [], banner__base_class) }}>
<div {{ bem('text', [], banner__base_class) }}>
{% include "@atoms/typography/headings/yds-heading.twig" with {
heading__level: '2',
heading__level: banner__heading__level|default('2'),
heading__blockname: banner__base_class,
heading: banner__heading,
} %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<div {{ bem('content-inner', [], grand_hero__base_class) }}>
{% if grand_hero__heading is not empty %}
{% include "@atoms/typography/headings/yds-heading.twig" with {
heading__level: '2',
heading__level: grand_hero__heading__level|default('2'),
heading__blockname: grand_hero__base_class,
heading: grand_hero__heading,
} %}
Expand Down

0 comments on commit 1e4a84e

Please sign in to comment.