1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00

Merge pull request #5692 from beganovich/v5-1205-client-portal-image-update

(v5) Host client portal login image locally
This commit is contained in:
Benjamin Beganović 2021-05-12 16:52:07 +02:00 committed by GitHub
commit e5e122dcc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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">
@if(\App\Models\Account::count() > 0 && !\App\Models\Account::first()->isPaid())
<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"
alt="Background image">
</div>