Use Events launcher icon on the events list.
Deploy Ladill Events / deploy (push) Successful in 47s

Replace the QR code glyph with the branded Events mark so list rows match the product identity.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-07 14:23:52 +00:00
co-authored by Cursor
parent 8618682413
commit a2f7f353f3
+2 -2
View File
@@ -66,8 +66,8 @@
<div class="divide-y divide-slate-100">
@foreach($qrCodes as $code)
<a href="{{ route('events.show', $code) }}" class="flex items-center gap-4 px-6 py-4 transition hover:bg-slate-50">
<div class="flex h-10 w-10 shrink-0 items-center justify-center rounded-lg {{ $code->is_active ? 'bg-violet-100 text-violet-600' : 'bg-slate-100 text-slate-400' }}">
<x-icons.qr-code class="h-5 w-5" />
<div class="flex h-10 w-10 shrink-0 items-center justify-center rounded-lg border border-slate-200 bg-white {{ $code->is_active ? '' : 'opacity-50' }}">
<img src="{{ asset('images/launcher-icons/events.svg') }}?v={{ @filemtime(public_path('images/launcher-icons/events.svg')) ?: '1' }}" alt="" class="h-6 w-6 object-contain" width="24" height="24">
</div>
<div class="min-w-0 flex-1">
<p class="truncate text-sm font-semibold text-slate-900">{{ $code->label }}</p>