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