Move <app-footer> to the root app component

The <app-footer> component is now included only in app.component.html to avoid duplication across pages. This simplifies maintenance and ensures consistent behavior throughout the application.
This commit is contained in:
2025-04-05 23:19:50 +02:00
parent 13089ba437
commit 6f3445dc01
4 changed files with 1 additions and 3 deletions
@@ -260,5 +260,4 @@
<p style="display: none;">Scroll Down</p>
</a>
</main>
<app-footer></app-footer>
</ng-container>