From cc029a52f944f7d3cb5015a4534a4f93050bc9ea Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 13 Aug 2021 17:57:22 +0200 Subject: [PATCH] Make the number of events fit the page on Explore Close #826 Signed-off-by: Thomas Citharel --- js/src/views/Search.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/src/views/Search.vue b/js/src/views/Search.vue index 5dda05424..5f2eb36e8 100644 --- a/js/src/views/Search.vue +++ b/js/src/views/Search.vue @@ -212,9 +212,9 @@ interface ISearchTimeOption { end?: Date | null; } -const EVENT_PAGE_LIMIT = 10; +const EVENT_PAGE_LIMIT = 12; -const GROUP_PAGE_LIMIT = 10; +const GROUP_PAGE_LIMIT = 12; const DEFAULT_RADIUS = 25; // value to set if radius is null but location set