nyaabooru/resources/views/livewire/post-feature-empty.blade.php
Jaiden 21e59d775a
Some checks failed
Docker / build (push) Has been cancelled
imagick -> gd, empty featured post section
2025-07-27 00:52:27 -04:00

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>