Host client portal login image locally

This commit is contained in:
Benjamin Beganović 2021-05-12 16:51:18 +02:00
parent 4326e3d1ca
commit 46a15812fb
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 KiB

View File

@ -10,7 +10,7 @@
<div class="grid lg:grid-cols-3"> <div class="grid lg:grid-cols-3">
@if(\App\Models\Account::count() > 0 && !\App\Models\Account::first()->isPaid()) @if(\App\Models\Account::count() > 0 && !\App\Models\Account::first()->isPaid())
<div class="hidden lg:block col-span-1 bg-red-100 h-screen"> <div class="hidden lg:block col-span-1 bg-red-100 h-screen">
<img src="https://www.invoiceninja.com/wp-content/uploads/2018/04/bg-home2018b.jpg" <img src="{{ asset('images/bg-home2018b.jpg') }}"
class="w-full h-screen object-cover" class="w-full h-screen object-cover"
alt="Background image"> alt="Background image">
</div> </div>