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:
2025-04-05 23:18:55 +02:00
parent 1af614323e
commit 13089ba437
@@ -260,4 +260,5 @@
<p style="display: none;">Scroll Down</p>
</a>
</main>
<app-footer></app-footer>
</ng-container>