fix(chat): renombrar transferencia bancaria a Bre-B y clave a llave

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro
2026-07-14 01:18:09 +00:00
co-authored by Claude Sonnet 4.6
parent 9b76f63aa0
commit 4ddfdaeecc
4 changed files with 17 additions and 17 deletions
@@ -397,7 +397,7 @@
<svg class="w-4 h-4 text-blue-400 flex-shrink-0" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 21v-8.25M15.75 21v-8.25M8.25 21v-8.25M3 9l9-6 9 6m-1.5 12V10.332A48.36 48.36 0 0 0 12 9.75c-2.551 0-5.056.2-7.5.582V21M3 21h18M12 6.75h.008v.008H12V6.75Z" />
</svg>
<p class="text-blue-300 text-xs font-semibold uppercase tracking-wider">Transferencia bancaria</p>
<p class="text-blue-300 text-xs font-semibold uppercase tracking-wider">Pago por Bre-B</p>
</div>
<div class="px-4 py-3 space-y-3">
@if (!empty($payload['banco']))
@@ -407,7 +407,7 @@
</div>
@endif
<div class="bg-[#0b141a] rounded-xl px-4 py-3 text-center">
<p class="text-[#8696a0] text-[11px] mb-1">Número / Clave</p>
<p class="text-[#8696a0] text-[11px] mb-1">Llave Bre-B</p>
<p class="text-[#00a884] text-xl font-bold font-mono tracking-widest">{{ $payload['clave'] ?? '' }}</p>
</div>
@if (!empty($payload['titular']))