From 8be8dad77bc3eb0ef180f65bd7d32570411cebe1 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sun, 30 Jul 2023 11:34:49 +0300 Subject: [PATCH] Update team-constants.ts --- app/features/team/team-constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/features/team/team-constants.ts b/app/features/team/team-constants.ts index 89b718c72..049143988 100644 --- a/app/features/team/team-constants.ts +++ b/app/features/team/team-constants.ts @@ -16,4 +16,4 @@ export const TEAM_MEMBER_ROLES = [ "COACH", ] as const; -export const TEAMS_PER_PAGE = 20; +export const TEAMS_PER_PAGE = 40;