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