imagick -> gd, empty featured post section
Some checks failed
Docker / build (push) Has been cancelled

This commit is contained in:
yuriko 🦊 2025-07-27 00:52:27 -04:00
parent ca49edc553
commit 21e59d775a
Signed by: jaiden
SSH key fingerprint: SHA256:f8tvveBoXBrKZIQDWLLcpQrKbATUCGg98x2N4YzkDM8
4 changed files with 9 additions and 5 deletions

View file

@ -36,9 +36,8 @@ HTML;
{
if ($this->post == null)
{
return <<<'HTML'
<div></div>
HTML;
$href = route('posts.home');
return view('livewire.post-feature-empty');
}
return view('livewire.post-feature');
}