Skip to content

Commit

Permalink
Change version + replace supported with icons
Browse files Browse the repository at this point in the history
  • Loading branch information
headred-chris committed Nov 6, 2018
1 parent c56043e commit 44621a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/

'name' => env('APP_NAME', 'Heimdall'),
'version' => '2.1.6',
'version' => '2.1.7',

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion resources/views/item.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section class="item-container{{ $app->droppable }}" data-id="{{ $app->id }}">
<div class="item" style="background-color: {{ $app->colour }}">
@if($app->icon)
<img class="app-icon" src="{{ asset('/storage/'.$app->icon) }}" />
<img class="app-icon" src="{{ asset('/storage/'.str_replace('supportedapps', 'icons', $app->icon)) }}" />
@else
<img class="app-icon" src="{{ asset('/img/heimdall-icon-small.png') }}" />
@endif
Expand Down

0 comments on commit 44621a1

Please sign in to comment.