Skip to content

Commit

Permalink
Merge pull request #27 from helsingborg-stad/feature/headings-structure
Browse files Browse the repository at this point in the history
feat: fixing headings structure
  • Loading branch information
sebastianthulin authored Nov 15, 2023
2 parents 7f4d0bc + 78f3835 commit da3a2b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/php/Module/views/contact-banner.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@

<!-- Header for business hours -->
@typography([
"element" => "h4",
"element" => "h3",
"variant" => "h4",
"classList" => [
"c-contact-banner__hours-title"
]
Expand Down Expand Up @@ -102,7 +103,7 @@
@endif

@typography([
'element' => 'h4',
'element' => 'h3',
'variant' => 'h3',
'id' => 'mod-contactbanner-' . $ID . '-' . $index,
'classList' => ['u-margin__left--2']
Expand Down

0 comments on commit da3a2b3

Please sign in to comment.