Skip to content

Commit

Permalink
fix: image link url change
Browse files Browse the repository at this point in the history
  • Loading branch information
ostafinskim committed Jun 18, 2024
1 parent 2ba8361 commit 87de161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/governance-card.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="col-md-4 mb-3">
<div class="card card-fitz h-100">
@isset($image['data']['thumbnails'])
<a href="{{ $image['data']['full_url'] }}">
<a href="{{ $file['data']['full_url'] }}">
<img class="card-img-top"
src="{{ $image['data']['thumbnails'][13]['url']}}"
alt="{{ $altTag }}"
Expand Down

0 comments on commit 87de161

Please sign in to comment.