diff --git a/src/app/components/home/home-page/home-page.component.html b/src/app/components/home/home-page/home-page.component.html index 757cafe9a8be9f7cd9f6d43ef23ec985cad92471..e829c2b878c952b04e2258df948f295bd6b89d8c 100644 --- a/src/app/components/home/home-page/home-page.component.html +++ b/src/app/components/home/home-page/home-page.component.html @@ -8,6 +8,14 @@ <div fxLayout="row" fxLayoutAlign="center"> <mat-card class="outer"> <mat-card-content> + <mat-card-header *ngIf="mobile === false"> + <mat-card-title> + <h1> + <span class="main-heading-secondary">{{ 'login-page.welcome' | translate }}</span> + <span class="main-heading-primary">ARSnova</span> + </h1> + </mat-card-title> + </mat-card-header> <div fxLayout="column" fxLayoutAlign="center" fxLayoutGap="20px" fxFill> <div fxLayout="row" fxLayoutAlign="center"> <app-new-landing></app-new-landing>