added default image

This commit is contained in:
Chris
2018-02-09 12:38:38 +00:00
parent 9776825506
commit fcadb2443e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@@ -3,7 +3,7 @@
@if($app->icon)
<img class="app-icon" src="{{ asset('storage/'.$app->icon) }}" />
@else
<i class="fas fa-app-store-ios"></i>
<img class="app-icon" src="{{ asset('img/heimdall-icon-small.png') }}" />
@endif
<div class="details">
<div class="title">{{ $app->title }}</div>