Merge pull request #147 from WebEngineering2/frontend

Frontend
This commit is contained in:
Florian Kaiser 2022-05-08 12:10:39 +02:00 committed by GitHub
commit 2cef88be8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "ng build --prod --build-optimizer",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",

View File

@ -1,5 +1,10 @@
<div class="col-md-4 login-container">
<div class="card card-container no-border">
<img
id="profile-img"
src="../../../assets/Stonks.jpg"
class="profile-img-card"
/>
<form
*ngIf="!isLoggedIn"
name="form"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 33 KiB