mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01: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:
commit
e5e122dcc0
BIN
public/images/bg-home2018b.jpg
Normal file
BIN
public/images/bg-home2018b.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 362 KiB |
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user