mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
8 lines
374 B
PHP
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>
|