Files
AFC-Demo/resources/views/components/app-logo.blade.php
T

7 lines
388 B
PHP
Raw Normal View History

2025-10-20 21:47:55 +02:00
<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" />
2025-10-16 14:22:46 +02:00
</div>
<div class="ms-1 grid flex-1 text-start text-sm">
2025-10-16 16:11:47 +02:00
<span class="mb-0.5 truncate leading-tight font-semibold">Trusted AI Platform</span>
2025-10-16 14:22:46 +02:00
</div>