Skip to content

Commit

Permalink
change h1 to h2
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova committed Sep 30, 2020
1 parent 142e161 commit c11598d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/
// tslint:disable-next-line:component-selector
selector: '[fd-action-bar-title]',
template: `
<h1 class="fd-title fd-title--h3">
<h2 class="fd-title fd-title--h3">
<ng-content></ng-content>
</h1>
</h2>
`,
host: {
class: 'fd-action-bar__title'
Expand Down

0 comments on commit c11598d

Please sign in to comment.