Skip to content

Commit c626f86

Browse files
committed
Fix config file
1 parent c3550db commit c626f86

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/app/modules/auth/auth-routing.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const routes: Routes = [
1616
},
1717
{
1818
path: '',
19-
component: HomeComponent,
19+
component: AuthPageComponent,
2020
},
2121
];
2222

src/app/modules/auth/containers/auth-page/auth-page.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h4 class="auth-page__group-title">Welcome!</h4>
6969
src="./assets/auth/logo.svg"
7070
alt="logo"
7171
/>
72-
<h6 class="auth-page__logo-title">Angular-Material-Admin-Full</h6>
72+
<h6 class="auth-page__logo-title">Angular Material Admin Full</h6>
7373
</div>
7474
</div>
7575
</div>

src/app/shared/header/containers/header/header.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
>arrow_back</mat-icon
1414
>
1515
</button>
16-
<h6 class="header__title-text">Angular-Material-Admin-Full</h6>
16+
<h6 class="header__title-text">Angular Material Admin</h6>
1717
</div>
1818

1919
<div class="header-toolbar">

0 commit comments

Comments
 (0)