authentikate/resources/views/components/app-logo.blade.php
Javier Feliz 23cdba7d8a
Some checks failed
linter / quality (push) Successful in 6m32s
tests / ci (push) Failing after 11m22s
Small updates for the docker image
2025-08-02 20:21:17 -04:00

7 lines
368 B
PHP

{{-- <div
class="flex aspect-square size-10 items-center justify-center rounded-md dark:bg-white text-accent-foreground">
<x-app-logo-icon class="size-10 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>