Top navigation down arrow

This commit is contained in:
Adina Țeudan 2020-12-14 12:09:40 +02:00
parent f14432cceb
commit c513dd8e5d
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@
<mat-icon svgIcon="red:expand"></mat-icon>
{{ 'top-bar.navigation-items.back-to-projects' | translate }}
</a>
<mat-icon class="primary" *ngIf="!appStateService.activeProject && projectsView" svgIcon="red:arrow-down"></mat-icon>
<mat-icon *ngIf="appStateService.activeProject" svgIcon="red:arrow-right"></mat-icon>
<a
*ngIf="appStateService.activeProject"

View File

@ -38,7 +38,7 @@
},
"top-bar": {
"navigation-items": {
"projects": "Projects",
"projects": "Active Projects",
"back-to-projects": "Back to Projects",
"my-account": {
"children": {