Files
einundzwanzig-app/resources/views/components/app-logo.blade.php
2025-11-21 04:28:08 +01:00

8 lines
374 B
PHP

<div
class="flex aspect-square size-8 items-center justify-center rounded-xs text-accent-foreground bg-gray-800 dark:bg-transparent">
<x-app-logo-icon class="size-5 fill-current text-white dark:text-black"/>
</div>
<div class="ms-1 grid flex-1 text-start text-sm">
<span class="mb-0.5 truncate leading-tight font-semibold">{{ config('app.name') }}</span>
</div>