mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
fix logo path
This commit is contained in:
@ -40,7 +40,7 @@
|
|||||||
<script type="module">
|
<script type="module">
|
||||||
@if(isset($customer_logo))
|
@if(isset($customer_logo))
|
||||||
|
|
||||||
window.customer_logo = "/{{$customer_logo}}"
|
window.customer_logo = "/storage/{{$customer_logo}}"
|
||||||
|
|
||||||
@endif
|
@endif
|
||||||
window.Crater.start()
|
window.Crater.start()
|
||||||
|
|||||||
Reference in New Issue
Block a user