File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
home/feature-home/src/lib/home-page/welcome-message Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
< aside >
2
2
< img
3
3
tabindex ="0 "
4
- role ="button "
5
4
class ="!relative cursor-pointer "
6
5
[attr.aria-label] ="banner().alt "
6
+ [alt] ="banner().alt "
7
7
[ngSrc] ="banner().url "
8
8
(click) ="navigateFromBanner() "
9
9
(keydown.enter) ="navigateFromBanner() "
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { Component } from '@angular/core';
9
9
href="https://houseofangular.io/the-ultimate-guide-to-angular-evolution/?utm_source=www-al&utm_medium=baner&utm_campaign=angular19-evolution"
10
10
>
11
11
<span>Enhance Your Project with</span>
12
- <span class="rounded-[4px] bg-white px-[6px] text-[#f9506a ]">
12
+ <span class="rounded-[4px] bg-white px-[6px] text-[#b10620 ]">
13
13
Angular 19
14
14
</span>
15
15
<span class="underline">Download a free ebook!</span>
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { TranslocoDirective } from '@jsverse/transloco';
9
9
*transloco="let t; read: 'homePage.welcomeMessage'"
10
10
class="flex flex-col items-center justify-center space-y-3 py-3 text-center"
11
11
>
12
- <h1 class="text-4xl font-bold">Angular.love Blog</h1 >
12
+ <h2 class="text-4xl font-bold">Angular.love Blog</h2 >
13
13
<p class="px-8">
14
14
{{ t('description') }}
15
15
</p>
You can’t perform that action at this time.
0 commit comments