Skip to content

Commit

Permalink
Fix wrong HTML tag structure
Browse files Browse the repository at this point in the history
  • Loading branch information
janondracek1 committed Apr 19, 2022
1 parent 062c1c5 commit 0e73c04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="testimonial-active-wrapper">

<div class="section-title text-center">
<h2 class="mb-20"{{$pageFields['headline']}}</h2>
<h2 class="mb-20">{{$pageFields['headline']}}</h2>
</div>

<div class="testimonial-active">
Expand Down

0 comments on commit 0e73c04

Please sign in to comment.