Skip to content

Commit

Permalink
remove h1 class
Browse files Browse the repository at this point in the history
  • Loading branch information
JBLach committed Dec 21, 2022
1 parent aea197c commit 7ca3654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/page-title-section.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
{$componentName = 'page-title-section'}

{block name='page_title_section'}
<h1 class="{$componentName} h1 mb-4">{$title}</h1>
<h1 class="{$componentName} mb-4">{$title}</h1>
{/block}

0 comments on commit 7ca3654

Please sign in to comment.