Frontend #147

Merged
H4CK3R-01 merged 2 commits from frontend into main 2022-05-08 10:10:39 +00:00
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