diff --git a/frontend/src/app/shared/components/global-footer/global-footer.component.html b/frontend/src/app/shared/components/global-footer/global-footer.component.html index a5a67ad28..83cfd33b7 100644 --- a/frontend/src/app/shared/components/global-footer/global-footer.component.html +++ b/frontend/src/app/shared/components/global-footer/global-footer.component.html @@ -46,11 +46,11 @@
More Networks
- - - - - + + + + +Legal
diff --git a/frontend/src/app/shared/components/global-footer/global-footer.component.ts b/frontend/src/app/shared/components/global-footer/global-footer.component.ts index 9d904d067..1f972e0a0 100644 --- a/frontend/src/app/shared/components/global-footer/global-footer.component.ts +++ b/frontend/src/app/shared/components/global-footer/global-footer.component.ts @@ -3,6 +3,8 @@ import { Observable, merge, of, Subject } from 'rxjs'; import { tap, takeUntil } from 'rxjs/operators'; import { Env, StateService } from '../../../services/state.service'; import { IBackendInfo } from '../../../interfaces/websocket.interface'; +import { LanguageService } from '../../../services/language.service'; +import { NavigationService } from '../../../services/navigation.service'; @Component({ selector: 'app-global-footer', @@ -17,16 +19,24 @@ export class GlobalFooterComponent implements OnInit { backendInfo$: Observable