This commit is contained in:
Peter Rossa
2023-05-26 12:26:07 +02:00
parent b739179be9
commit d38a065a18
4 changed files with 4 additions and 2 deletions

View File

@@ -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">

View File

@@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB