footer only on homepage

This commit is contained in:
Tykayn 2021-12-06 10:47:55 +01:00 committed by tykayn
parent 013bdaca84
commit e4689a5e71
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@
</main>
</div>
</div>
<app-footer></app-footer>
<app-footer *ngIf="onHomePage || environment.display_menu_creation"></app-footer>