mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-09 21:42:57 +00:00
17 lines
432 B
PHP
17 lines
432 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
|
|
<wa-input placeholder="Search for posts, tags, users, etc.">
|
|
<wa-icon slot="prefix" name="magnifying-glass"></wa-icon>
|
|
</wa-input>
|
|
@endauth
|
|
</div>
|
|
|
|
<livewire:post-feature />
|
|
</div>
|