This commit is contained in:
2026-08-08 09:57:29 +02:00
parent 162f1b40d0
commit 6ab0505e7e

View File

@@ -166,7 +166,7 @@
@if(custom_brand_image) @if(custom_brand_image)
<img id="navbar-logo" src="{{ custom_brand_image }}" alt="{{ domain }}" style="max-height: 40px; vertical-align: middle; max-width: 180px; width: auto;"> <img id="navbar-logo" src="{{ custom_brand_image }}" alt="{{ domain }}" style="max-height: 40px; vertical-align: middle; max-width: 180px; width: auto;">
@else @else
<span class="f0ck">{{ custom_navbar_brand_text || domain.split('.')[0] }}</span> <span class="f0ck">{{ custom_navbar_brand_text || domain }}</span>
@endif @endif
</a> </a>