diff options
author | Ivan Ljubisavljevic <ivan996sk@gmail.com> | 2022-05-18 19:41:34 +0200 |
---|---|---|
committer | Ivan Ljubisavljevic <ivan996sk@gmail.com> | 2022-05-18 19:41:34 +0200 |
commit | 16e0329660de4d4be9e6ccde0518b84551ecf233 (patch) | |
tree | d8aff3060ea66f21e2bf228fa963df7ccffb8421 /frontend/src/app | |
parent | bb8f75b2a07b8cfb0f9789cb6101c2e47eb6615b (diff) |
Izmenjena baza. Public datasetovi, modeli itd su validni
Diffstat (limited to 'frontend/src/app')
-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 9b559bc9..534854b6 100644 --- a/frontend/src/app/_pages/home/home.component.html +++ b/frontend/src/app/_pages/home/home.component.html @@ -21,7 +21,7 @@ <div class="card-body"> <mat-icon width="48px" height="48px" style="font-size: 48px; margin-left: 50%; transform: translateX(-100%);">storage </mat-icon> - <h2 class="card-title my-2 subtitle-class">Arhiva</h2> + <h2 class="card-title my-2 subtitle-class">Kolekcije</h2> <p class="card-text"> <a class="stretched-link text-light" routerLink="archive">Upravljajte</a> izvorima podataka, eksperimentima, modelima i rezultatima treniranja. Pogledajte podatke koje su podelili drugi korisnici. </p> |