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

Remove text of 'back-button' in header

parent d5390ee8
No related merge requests found
......@@ -2,7 +2,6 @@
<mat-toolbar-row>
<button *ngIf="router.url !== '/home'" (click)="goBack()" mat-icon-button>
<mat-icon aria-label="Go back">keyboard_arrow_left</mat-icon>
<span> {{ 'header.back' | translate }}</span>
</button>
<span class="fill-remaining-space"></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