feat: add footer component and FontAwesome integration
This commit is contained in:
parent
29305a75b1
commit
325bc118ee
10 changed files with 219 additions and 17 deletions
|
@ -1,2 +1,7 @@
|
|||
<app-navbar></app-navbar>
|
||||
<router-outlet></router-outlet>
|
||||
<div class="min-h-screen flex flex-col">
|
||||
<app-navbar></app-navbar>
|
||||
<main class="flex-grow">
|
||||
<router-outlet></router-outlet>
|
||||
</main>
|
||||
<app-footer></app-footer>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue