diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-03-16 00:06:21 +0100 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-03-16 00:06:21 +0100 |
commit | f0e05dade823673fbf6568f50f64b93859000f32 (patch) | |
tree | b6f73aff61eb7331fbcedf1bf4ad30324a087493 /frontend/src/app/_pages/home/home.component.html | |
parent | 04c6967c4a501553d2d1caf956af1392306f21e1 (diff) |
Promenjena veza add-model strane i dataset-load komponente. Dodat models.service - slanje dataseta i modela backendu.
Diffstat (limited to 'frontend/src/app/_pages/home/home.component.html')
-rw-r--r-- | frontend/src/app/_pages/home/home.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/app/_pages/home/home.component.html b/frontend/src/app/_pages/home/home.component.html index 374cb324..7245f602 100644 --- a/frontend/src/app/_pages/home/home.component.html +++ b/frontend/src/app/_pages/home/home.component.html @@ -1,4 +1,4 @@ -<div class="d-flex flex-column align-items-center"> +<div class="d-flex flex-column align-items-center bg-light"> <img src="../../../assets/svg/logo.svg" class="bi me-2" width="256" height="256" role="img"> <div *ngIf="shared.loggedIn" class="d-flex flex-column align-items-center"> <h2 class="my-4">Započnite sa treniranjem!</h2> |