mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-09 21:42:57 +00:00
5 lines
368 B
PHP
5 lines
368 B
PHP
<a class="wa-stack wa-align-items-center wa-placeholder wa-link-plain" href="{{ route('posts.home') }}" wire:navigate.hover>
|
|
<livewire:app.icon name="image-slash" class="wa-caption-l" style="font-size: var(--wa-font-size-3xl)" />
|
|
<span class="wa-heading-m">No featured post</span>
|
|
<p class="wa-caption-l">Mark a post as featured to have it appear here!</p>
|
|
</a>
|