added default image
This commit is contained in:
parent
9776825506
commit
fcadb2443e
2 changed files with 1 additions and 1 deletions
BIN
public/img/heimdall-icon-small.png
Normal file
BIN
public/img/heimdall-icon-small.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 8.4 KiB |
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue