File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const routes: Routes = [
16
16
} ,
17
17
{
18
18
path : '' ,
19
- component : HomeComponent ,
19
+ component : AuthPageComponent ,
20
20
} ,
21
21
] ;
22
22
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ <h4 class="auth-page__group-title">Welcome!</h4>
69
69
src ="./assets/auth/logo.svg "
70
70
alt ="logo "
71
71
/>
72
- < h6 class ="auth-page__logo-title "> Angular- Material- Admin- Full</ h6 >
72
+ < h6 class ="auth-page__logo-title "> Angular Material Admin Full</ h6 >
73
73
</ div >
74
74
</ div >
75
75
</ div >
Original file line number Diff line number Diff line change 13
13
> arrow_back</ mat-icon
14
14
>
15
15
</ button >
16
- < h6 class ="header__title-text "> Angular- Material- Admin-Full </ h6 >
16
+ < h6 class ="header__title-text "> Angular Material Admin</ h6 >
17
17
</ div >
18
18
19
19
< div class ="header-toolbar ">
You can’t perform that action at this time.
0 commit comments