Skip to content

Commit

Permalink
Merge pull request #140 from johnbillion/patch-1
Browse files Browse the repository at this point in the history
Increase the event limit to 25
  • Loading branch information
dd32 authored Dec 10, 2024
2 parents 2980c5c + 377ecc2 commit 3568db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/calendar/cell.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function CalendarCell({
events,
onEventClick,
}) {
const MAX_EVENTS = 7;
const MAX_EVENTS = 25;
if (blank) {
return <td className="wporg-meeting-calendar__cell" aria-hidden />;
}
Expand Down

0 comments on commit 3568db9

Please sign in to comment.