From 5073016f8d9524e300533113f7d9d665e348586b Mon Sep 17 00:00:00 2001 From: MacBook - BCTB Date: Fri, 24 Nov 2023 12:49:42 +0100 Subject: [PATCH] added standards to BOARDS constants --- src/constants.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 5f9ec66..c7c4644 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -53,7 +53,11 @@ export const BOARDS = [ { slug: 'casual', name: 'Casual', seasonsRange: [15, Infinity] }, { slug: 'warmup', name: 'Deathmatch', seasonsRange: [25, Infinity] }, { slug: 'event', name: 'Event', seasonsRange: [16, Infinity] }, - { slug: 'newcomer', name: 'Newcomer', seasonsRange: [12, Infinity] } + { slug: 'newcomer', name: 'Newcomer', seasonsRange: [12, Infinity] }, { + slug: "standard", + name: "Standard", + seasonsRange: [12, Infinity], +} ] as const satisfies readonly Board[]; export const DEFAULT_APPLICATIONS = [