About page updates.

refs  #128
This commit is contained in:
softsimon
2020-10-09 13:56:43 +07:00
parent ba315648be
commit a8a1f4e976
7 changed files with 29 additions and 23 deletions

View File

@@ -13,6 +13,7 @@ export class MasterPageComponent implements OnInit {
network$: Observable<string>;
connectionState$: Observable<number>;
navCollapsed = false;
isMobile = window.innerWidth <= 767.98;
constructor(
private stateService: StateService,