mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
15 lines
314 B
PHP
15 lines
314 B
PHP
<div class="wa-stack wa-gap-3xl">
|
|
<div class="wa-grid">
|
|
{{-- <h1 class="wa-cluster">--}}
|
|
{{-- <wa-icon name="paw-simple"></wa-icon>--}}
|
|
{{-- {{ config('app.name') }}--}}
|
|
{{-- </h1>--}}
|
|
<h1>{{ config('app.name') }}</h1>
|
|
|
|
@auth
|
|
<livewire:search />
|
|
@endauth
|
|
</div>
|
|
|
|
<livewire:post-feature />
|
|
</div>
|