lets make that black too
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
    <button mat-icon-button routerLink="/">
 | 
					    <button mat-icon-button routerLink="/">
 | 
				
			||||||
        <img src="/assets/images/logo.png" height="35px" width="auto">
 | 
					        <img src="/assets/images/logo.png" height="35px" width="auto">
 | 
				
			||||||
    </button>
 | 
					    </button>
 | 
				
			||||||
    <small class="ml-1 text-muted">{{version}}</small>
 | 
					    <small class="ml-1">{{version}}</small>
 | 
				
			||||||
    <div class="ml-auto">
 | 
					    <div class="ml-auto">
 | 
				
			||||||
        <ng-container *ngFor="let item of displayMenuItems; let i = index">
 | 
					        <ng-container *ngFor="let item of displayMenuItems; let i = index">
 | 
				
			||||||
            <ng-container *ngIf="i < maxMenuItems">
 | 
					            <ng-container *ngIf="i < maxMenuItems">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user