Skip to content

Commit

Permalink
Use smaller placeholder height
Browse files Browse the repository at this point in the history
  • Loading branch information
carsten24 committed Feb 11, 2024
1 parent 7909e81 commit fb6abb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/events/detail/EventDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const EventDetails = ({ event }: Props): ReactElement => {
eventTitle={event.title}
eventImage={event.eventImage}
/>
) : <div className="h-16 lg:h-6">{/* Image placeholder */}</div>}
) : <div className="h-6">{/* Image placeholder */}</div>}

<div className="px-3 sm:px-4 py-1 sm:py-2 bg-black text-white font-serif flex justify-between">
<span className="sm:text-lg">
Expand Down

0 comments on commit fb6abb2

Please sign in to comment.