Fixes for shared hosting

This commit is contained in:
Nabeel Shahzad
2017-12-23 10:15:18 -06:00
parent 07bcc5f199
commit f59d372f2b
4 changed files with 17 additions and 21 deletions

View File

@@ -9,7 +9,7 @@
<div class="sidebar-wrapper">
<div class="logo" style="background: #067ec1; margin: 0px; text-align: center; min-height: 74px;">
<a href="{!! url('/dashboard') !!}">
<img src="/assets/admin/img/logo_blue_bg.svg" width="110px" style="">
<img src="{!! public_asset('/assets/admin/img/logo_blue_bg.svg') !!}" width="110px" style="">
</a>
</div>