Skip to content

Commit

Permalink
Replace placeholder message
Browse files Browse the repository at this point in the history
Due to health issues, we had to part way with Lili, our PomChi, who this message was inspired by, and so I needed to change it to something that wouldn't make me sad every time I saw it.
  • Loading branch information
nexxai authored Jul 18, 2024
1 parent 5b1d8a6 commit 82af77e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/livewire/message-page.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class="block mb-12 text-lg text-red-400">
<label for="messageToSend" class="block text-xl text-slate-400">Enter text to send to TV</label>
<input wire:model.defer="messageToSend" id="messageToSend"
class="w-full px-3 py-2 text-3xl border rounded bg-slate-200 hover:ring-2 hover:ring-green-600 hover:ring-offset-4 hover:ring-offset-slate-800 active:ring-2 active:ring-green-600 active:ring-offset-4 active:ring-offset-slate-800 focus:ring-2 focus:ring-green-600 focus:ring-offset-4 focus:ring-offset-slate-800 focus:outline-0 disabled:bg-slate-300 disabled:text-slate-600"
placeholder="e.g. Lili is awake" />
placeholder="e.g. Check your phone" />
@error('messageToSend')
<div x-data="{ show: true }" x-show="show" x-init="setTimeout(() => show = false, 5000)"
class="block mb-12 text-lg text-red-400">
Expand Down Expand Up @@ -115,4 +115,4 @@ class="block w-full px-8 py-4 text-2xl font-bold transition border rounded md:te
</div>
@endif
</div>
</div>
</div>

0 comments on commit 82af77e

Please sign in to comment.