mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
fix: add footer to all pages
This commit is contained in:
@@ -48,6 +48,8 @@
|
|||||||
<body class="antialiased bg-stone-900 dark scroll-smooth">
|
<body class="antialiased bg-stone-900 dark scroll-smooth">
|
||||||
<x-navbar/>
|
<x-navbar/>
|
||||||
<x-champions.list_all :champions="$champions" :roles="$roles"/>
|
<x-champions.list_all :champions="$champions" :roles="$roles"/>
|
||||||
|
<x-footer/>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|||||||
@@ -47,6 +47,8 @@
|
|||||||
<body class="antialiased bg-stone-900 dark scroll-smooth">
|
<body class="antialiased bg-stone-900 dark scroll-smooth">
|
||||||
<x-navbar/>
|
<x-navbar/>
|
||||||
<x-champions.grid_info :champion="$champion"/>
|
<x-champions.grid_info :champion="$champion"/>
|
||||||
|
<x-footer/>
|
||||||
|
|
||||||
@vite('resources/js/vert-scroll.js')
|
@vite('resources/js/vert-scroll.js')
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user