Skip to content

Commit

Permalink
fix-css-class
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiandouce authored Oct 14, 2024
1 parent beb5fd9 commit 045b328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm/components/calendar-events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function CalendarEvents({
{availability.map((event: EventAvailability) => (
<li
key={event.date}
className="flex gap0 sm:gap-10 justify-between border-t border-gray-300 pt-4 pb-4 last:pb-0 flex-col sm:flex-row"
className="flex gap-0 sm:gap-10 justify-between border-t border-gray-300 pt-4 pb-4 last:pb-0 flex-col sm:flex-row"
>
<div className="flex flex-col gap-2 sm:min-w-80 sm:max-w-80">
<div className={cn("text-sm font-medium text-gray-800")}>{event.headline}</div>
Expand Down

0 comments on commit 045b328

Please sign in to comment.