show favicon if no whitelabel
This commit is contained in:
parent
4969b32ccd
commit
9bc03ced3b
1 changed files with 4 additions and 1 deletions
|
|
@ -57,7 +57,10 @@
|
|||
|
||||
<!-- Styles -->
|
||||
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
|
||||
{{-- <link href="{{ mix('favicon.png') }}" rel="shortcut icon" type="image/png"> --}}
|
||||
|
||||
@if(!auth('contact')->user()->user->account->isPaid())
|
||||
<link href="{{ asset('favicon.png') }}" rel="shortcut icon" type="image/png">
|
||||
@endif
|
||||
|
||||
<link rel="canonical" href="{{ config('ninja.site_url') }}/{{ request()->path() }}"/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue