mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
🌐 Update app name in logo component and add multilingual translations
- 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.
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
<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>
|
||||
<span class="mb-0.5 truncate leading-tight font-semibold">{{ __('Einundzwanzig Portal') }}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user