show favicon if no whitelabel

This commit is contained in:
Benjamin Beganović 2021-02-11 14:26:37 +01:00
parent 4969b32ccd
commit 9bc03ced3b

View File

@ -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() }}"/>