Skip to content

Commit

Permalink
test: removed fallbck
Browse files Browse the repository at this point in the history
  • Loading branch information
ArJSarmiento committed Apr 7, 2024
1 parent 2f7b399 commit 7ad1a6a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/RecentEventsCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,11 @@ const getDate = () => {
>
<div class="w-full h-4/6 overflow-hidden bg-no-repeat bg-cover">
<img
src={bannerUrl ? bannerUrl : Logo}
src={bannerUrl}
alt={title}
class="w-full h-full rounded-t-2xl scale-100 hover:scale-125 ease-in duration-100 hover:cursor-pointer object-cover"
onerror="this.style.display='none'"
/>
<img
src={Logo}
alt="Fallback Image"
class="w-full h-full rounded-t-2xl scale-100 hover:scale-125 ease-in duration-100 hover:cursor-pointer object-cover"
/>
</div>
<div class="p-2 md:p-3 h-2/6">
<h1
Expand Down

0 comments on commit 7ad1a6a

Please sign in to comment.