Skip to content

Commit

Permalink
Make page-header use <h1>
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Oct 24, 2023
1 parent 99c9247 commit 1158680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/page-header/page-header.component.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<div class="font-bold pb-2.5"><ng-content></ng-content></div>
<h1 class="font-bold pb-2.5"><ng-content></ng-content></h1>

0 comments on commit 1158680

Please sign in to comment.