Skip to content

Commit

Permalink
fix cover image in organization view (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 authored Aug 18, 2023
1 parent b328c54 commit a240843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Public/Organizations/Organization.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</div>

<div class="relative flex items-center p-8 bg-white rounded shadow w-fit">
<img class="mx-auto" src="/images/ong.png" alt="" />
<img class="mx-auto" :src="organization.cover_image ? organization.cover_image :'/images/ong.png'" alt="" />
</div>
</div>
</div>
Expand Down

0 comments on commit a240843

Please sign in to comment.