Skip to content

Commit

Permalink
Merge pull request #3749 from dfinity/rei/featured-card
Browse files Browse the repository at this point in the history
update featured card
  • Loading branch information
reigj1 authored Nov 14, 2024
2 parents a116e23 + 88f93e0 commit 24f4ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GlobalEvents/FeaturedCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const FeaturedCard: React.FC<{ event: AirtableEvent }> = ({ event }) => {
href={event.eventLink}
>
<img
src="/img/events/featured_devcon.webp"
src="/img/events/featured.webp"
alt={event.eventName}
className="w-full h-full object-cover"
/>
Expand Down

0 comments on commit 24f4ff3

Please sign in to comment.