mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
Add proper mobile nav; update mongodb package ver
This commit is contained in:
parent
1e19f79af1
commit
4c58b94f96
10 changed files with 195 additions and 12 deletions
|
|
@ -16,6 +16,14 @@
|
|||
@livewire('app.navbar')
|
||||
</header>
|
||||
|
||||
<nav slot="navigation">
|
||||
@livewire('app.nav-menu')
|
||||
</nav>
|
||||
|
||||
<nav slot="navigation-footer">
|
||||
@livewire('app.nav-footer')
|
||||
</nav>
|
||||
|
||||
<main>
|
||||
{{ $slot }}
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue