mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
🚀 initial commit
This commit is contained in:
7
resources/views/components/app-logo.blade.php
Normal file
7
resources/views/components/app-logo.blade.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user