Skip to content

Commit

Permalink
fix: #3812
Browse files Browse the repository at this point in the history
- close #3812
  • Loading branch information
HDVinnie committed May 22, 2024
1 parent 729eaa6 commit c2e09ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/torrent/partials/game_meta.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class="meta-chip__image"
@foreach ($meta?->involved_companies ?? [] as $company)
<article class="meta__company">
<a class="meta-chip" href="{{ $company['company']['url'] }}" target="_blank">
@if (array_key_exists('logo', $company['company']))
@if ($company['company']['logo'])
<img
class="meta-chip__image"
style="object-fit: scale-down"
Expand Down

0 comments on commit c2e09ab

Please sign in to comment.