Skip to content

Commit

Permalink
feat: fixing headings structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Niclas Norin committed Nov 15, 2023
1 parent 7f4d0bc commit 78f3835
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 78f3835

Please sign in to comment.