diff --git a/apps/client/src/common/components/schedule/ScheduleContext.tsx b/apps/client/src/common/components/schedule/ScheduleContext.tsx index d27b2cab3..087641a1b 100644 --- a/apps/client/src/common/components/schedule/ScheduleContext.tsx +++ b/apps/client/src/common/components/schedule/ScheduleContext.tsx @@ -24,7 +24,7 @@ interface ScheduleProviderProps { time?: number; } -const numEventsPerPage = 10; +const numEventsPerPage = 8; export const ScheduleProvider = ({ children, diff --git a/apps/client/src/common/components/view-params-editor/constants.ts b/apps/client/src/common/components/view-params-editor/constants.ts index ab86c440f..2cb80c03f 100644 --- a/apps/client/src/common/components/view-params-editor/constants.ts +++ b/apps/client/src/common/components/view-params-editor/constants.ts @@ -393,9 +393,9 @@ export const getBackstageOptions = (timeFormat: string, customFields: CustomFiel { id: 'eventsPerPage', title: 'Events per page', - description: 'Sets the number of events on the page, can cause overlow', + description: 'Sets the number of events on the page, can cause overflow', type: 'number', - placeholder: '10 (default)', + placeholder: '8 (default)', }, { id: 'secondary-src', @@ -430,9 +430,9 @@ export const getPublicOptions = (timeFormat: string, customFields: CustomFields) { id: 'eventsPerPage', title: 'Events per page', - description: 'Sets the number of events on the page, can cause overlow', + description: 'Sets the number of events on the page, can cause overflow', type: 'number', - placeholder: '10 (default)', + placeholder: '8 (default)', }, { id: 'secondary-src',