Skip to content
Snippets Groups Projects
Commit 8542d63e authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Remove text of 'back-button' in header

parent 106d62dc
1 merge request!150Resolve "Follow up from "Several Fixes""
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
<mat-toolbar-row> <mat-toolbar-row>
<button *ngIf="router.url !== '/home'" (click)="goBack()" mat-icon-button> <button *ngIf="router.url !== '/home'" (click)="goBack()" mat-icon-button>
<mat-icon aria-label="Go back">keyboard_arrow_left</mat-icon> <mat-icon aria-label="Go back">keyboard_arrow_left</mat-icon>
<span> {{ 'header.back' | translate }}</span>
</button> </button>
<span class="fill-remaining-space"></span> <span class="fill-remaining-space"></span>
<span *ngIf="router.url !== '/home'" class="app-title" (click)="goToHomepage()">ARSnova</span> <span *ngIf="router.url !== '/home'" class="app-title" (click)="goToHomepage()">ARSnova</span>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment