Add footer component to rules page

Inserted the `<app-footer>` component to the rules page template. This ensures consistency in the layout by including the footer across all pages. No additional logic or styles were modified.
This commit is contained in:
Teriuihi 2025-04-05 23:18:55 +02:00
parent 1af614323e
commit 13089ba437

View File

@ -260,4 +260,5 @@
<p style="display: none;">Scroll Down</p> <p style="display: none;">Scroll Down</p>
</a> </a>
</main> </main>
<app-footer></app-footer>
</ng-container> </ng-container>