double-check
This commit is contained in:
parent
ee8e75e8f7
commit
c1bf3e5044
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
|||
{{-- Feel free to push anything to header using @push('header') --}}
|
||||
@stack('head')
|
||||
|
||||
@if((bool) \App\Utils\Ninja::isSelfHost())
|
||||
@if((bool) \App\Utils\Ninja::isSelfHost() && !empty($client->getSetting('portal_custom_head')))
|
||||
<div class="py-1 text-sm text-center text-white bg-primary">
|
||||
{!! $client->getSetting('portal_custom_head') !!}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue