Skip to content
Snippets Groups Projects
Commit 6931c271 authored by Mohammad Alayoub's avatar Mohammad Alayoub
Browse files

Backup

parent 54442c74
No related merge requests found
......@@ -7,6 +7,13 @@
(click)="goBack()">
<mat-icon class="header-icons">arrow_back</mat-icon>
</button>
<button id="back-button"
mat-icon-button
aria-labelledby="back-label"
*ngIf="router.url !== '/home'"
(click)="goBack()">
<mat-icon class="header-icons">show cloud</mat-icon>
</button>
<span class="fill-remaining-space"></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