Code cleanup
This commit is contained in:
parent
760684f907
commit
e8a08bfba4
|
|
@ -14,12 +14,6 @@
|
|||
<a x-on:click="privacy = true; tos = false" href="#" class="hover:underline text-sm primary-color flex items-center mr-2">{{ __('texts.privacy_policy')}}</a>
|
||||
@endif
|
||||
|
||||
@if(strlen($client->getSetting('client_portal_privacy_policy')) > 1 && strlen($client->getSetting('client_portal_terms')) > 1)
|
||||
<!-- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus">
|
||||
<line x1="5" y1="12" x2="19" y2="12"></line>
|
||||
</svg> Long dash between items. -->
|
||||
@endif
|
||||
|
||||
@if(strlen($client->getSetting('client_portal_terms')) > 1)
|
||||
<a x-on:click="privacy = false; tos = true" href="#" class="hover:underline text-sm primary-color flex items-center mr-2">{{ __('texts.terms')}}</a>
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue