[menu] only show on official mainnet with accelerator enabled
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<app-menu></app-menu>
|
||||
<app-menu *ngIf="servicesEnabled"></app-menu>
|
||||
|
||||
<ng-container *ngIf="{ val: network$ | async } as network">
|
||||
<header *ngIf="headerVisible" style="position: fixed; width: 100%; z-index: 100;">
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
||||
<!-- Hamburger -->
|
||||
<div class="profile_image_container" (click)="hamburgerClick()">
|
||||
<div *ngIf="servicesEnabled" class="profile_image_container" (click)="hamburgerClick()">
|
||||
<img *ngIf="userAuth" [src]="'/api/v1/services/account/image/' + userAuth.user.username" class="profile_image">
|
||||
<app-svg-images *ngIf="!userAuth" name="hamburger" height=40></app-svg-images>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user