Add logo
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<div class="header-wrapper" *ngIf="userLoggedIn">
|
||||
<div class="logo">
|
||||
|
||||
<img src='https://dummyimage.com/200x56.png' alt='' />
|
||||
<!-- <img src='https://dummyimage.com/200x56.png' alt='' /> -->
|
||||
<img src='./../../../assets/logo.png' width="200" alt='' />
|
||||
</div>
|
||||
|
||||
<div class="nav">
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
<mat-card-content>
|
||||
<form [formGroup]="loginForm" (ngSubmit)="login()">
|
||||
|
||||
<img src='https://dummyimage.com/200x65.png' alt='' />
|
||||
<!-- <img src='https://dummyimage.com/200x65.png' alt='' /> -->
|
||||
<img src='./../../../assets/logo_light.png' width="200" alt='' />
|
||||
|
||||
<h2>Anmelden</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user