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:
parent
1af614323e
commit
13089ba437
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user