mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10: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">
|
||||
<x-navbar/>
|
||||
<x-champions.list_all :champions="$champions" :roles="$roles"/>
|
||||
<x-footer/>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
@@ -47,6 +47,8 @@
|
||||
<body class="antialiased bg-stone-900 dark scroll-smooth">
|
||||
<x-navbar/>
|
||||
<x-champions.grid_info :champion="$champion"/>
|
||||
<x-footer/>
|
||||
|
||||
@vite('resources/js/vert-scroll.js')
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user