Files
AFC-Demo/resources/views/components/app-logo.blade.php
T
2025-10-20 21:47:55 +02:00

7 lines
388 B
PHP

<div class="flex aspect-square size-9 items-center justify-center rounded-xl bg-gradient-to-br from-emerald-500 via-slate-900 to-indigo-500 text-white shadow-lg shadow-emerald-500/20">
<x-app-logo-icon class="size-5 text-white" />
</div>
<div class="ms-1 grid flex-1 text-start text-sm">
<span class="mb-0.5 truncate leading-tight font-semibold">Trusted AI Platform</span>
</div>