mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
- Replaced dynamic app name with static "Einundzwanzig Portal" in the logo component. - Added translations for "Einundzwanzig Portal" in German, Dutch, Portuguese, English, and Spanish language files.
8 lines
382 B
PHP
8 lines
382 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">{{ __('Einundzwanzig Portal') }}</span>
|
|
</div>
|