fixed installation npm issue..
This commit is contained in:
parent
ea646137a4
commit
591a4b9421
@ -10,10 +10,10 @@
|
|||||||
@stack('body_start')
|
@stack('body_start')
|
||||||
|
|
||||||
<div class="bg-no-repeat bg-cover bg-center" style="background-image: url({{ asset('public/img/auth/login-bg.png') }});">
|
<div class="bg-no-repeat bg-cover bg-center" style="background-image: url({{ asset('public/img/auth/login-bg.png') }});">
|
||||||
@if (! file_exists(public_path('public/js/install/install.min.js')))
|
@if (! file_exists(public_path('js/install.min.js')))
|
||||||
<div class="relative w-full lg:max-w-7xl flex flex-col lg:flex-row items-center m-auto">
|
<div class="relative w-full lg:max-w-7xl flex flex-col lg:flex-row items-center m-auto">
|
||||||
<div class="md:w-6/12 h-screen hidden lg:flex flex-col items-center justify-center">
|
<div class="md:w-6/12 h-screen hidden lg:flex flex-col items-center justify-center">
|
||||||
<img src="{{ asset('public/img/empty_pages/transactions.png') }}" alt="" />
|
<img src="{{ asset('public/img/empty_pages/transactions.png') }}" alt="" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="w-full lg:w-46 h-31 flex flex-col justify-center gap-12 px-6 lg:px-24 py-24 mt-12 lg:mt-0">
|
<div class="w-full lg:w-46 h-31 flex flex-col justify-center gap-12 px-6 lg:px-24 py-24 mt-12 lg:mt-0">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user