Skip to content

Commit

Permalink
fix: use asset() helper for logo image
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarlovi committed Nov 28, 2022
1 parent fe25979 commit 9e239b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<table class="table borderless">
<tr>
<td style="width:50%">
<img src="/bundles/coreshopfrontend/static/images/logo.png" title="CoreShop Demo" alt="CoreShop Demo" class="logo" />
<img src="{{ asset('bundles/coreshopfrontend/static/images/logo.png') }}" title="CoreShop Demo" alt="CoreShop Demo" class="logo" />
</td>
<td class="text-right">
CoreShop DEMO Address<br/>
Expand Down

0 comments on commit 9e239b0

Please sign in to comment.