Skip to content

Commit

Permalink
cove image organisation
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 committed Jun 26, 2023
1 parent ec12a10 commit 26d152d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Components/cards/OngCard.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<li class="col-span-1 flex flex-col rounded-lg bg-white shadow-md">
<div class="flex flex-1 flex-col p-6">
<img class="mx-auto h-32 w-32 flex-shrink-0 rounded-full" src="/images/ong.png" alt="" />
<img class="mx-auto h-32 w-32 flex-shrink-0 rounded-full" :src="data.cover_image ? data.cover_image: '/images/ong.png'" alt="" />

<h3 class="mt-4 text-2xl font-bold text-gray-700 line-clamp-2">{{ data.name }}</h3>

Expand Down

0 comments on commit 26d152d

Please sign in to comment.