Files
Nexora/resources/views/components/app-logo.blade.php

7 lines
356 B
PHP
Raw Normal View History

2025-04-23 00:14:33 +06:00
<div class="flex aspect-square size-8 items-center justify-center rounded-md bg-accent-content text-accent-foreground">
<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">
2025-04-30 20:56:28 +02:00
<span class="mb-0.5 truncate leading-none font-semibold">{{ config('app.name') }}</span>
2025-04-23 00:14:33 +06:00
</div>