Skip to content

Commit

Permalink
Merge pull request #691 from FitzwilliamMuseum/hotfix/14434-governance
Browse files Browse the repository at this point in the history
image url
  • Loading branch information
ostafinskim authored Jun 18, 2024
2 parents 16a1ad1 + 72ff395 commit c373ff8
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 c373ff8

Please sign in to comment.