File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
articles/feature-article/src/lib/article-details Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 20
20
</ div >
21
21
</ div >
22
22
23
- < h1 id ="article-title " class ="flex text-[40px] font-bold ">
23
+ < h2 id ="article-title " class ="flex text-[40px] font-bold ">
24
24
{{ articleDetails().title }}
25
- </ h1 >
25
+ </ h2 >
26
26
27
27
< div class ="flex w-full flex-col gap-10 overflow-hidden ">
28
28
< al-article-content [content] ="articleDetails().content " />
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import { AlLocalizePipe } from '@angular-love/blog/i18n/util';
10
10
template : `
11
11
<a
12
12
data-testid="header-home"
13
- aria-label="Home"
14
13
class="flex items-center gap-2"
15
14
[routerLink]="'/' | alLocalize"
16
15
>
@@ -22,7 +21,7 @@ import { AlLocalizePipe } from '@angular-love/blog/i18n/util';
22
21
priority="1"
23
22
ngSrc="assets/angular-love-logo.webp"
24
23
/>
25
- <div class="text-al-primary px-4 text-lg font-bold">angular.love</div >
24
+ <h1 class="text-al-primary px-4 text-lg font-bold">angular.love</h1 >
26
25
</a>
27
26
` ,
28
27
changeDetection : ChangeDetectionStrategy . OnPush ,
You can’t perform that action at this time.
0 commit comments