From b160fdc0a399ed8de95e547f11d672ad4b0d09a2 Mon Sep 17 00:00:00 2001 From: Clark Sell Date: Wed, 15 Jun 2022 14:59:01 -0500 Subject: [PATCH] fix: cfp dates --- src/_utils/config.js | 2 +- src/routes/call-for-counselors/index.svelte | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_utils/config.js b/src/_utils/config.js index 25e78bc5e..a03c5ffd7 100644 --- a/src/_utils/config.js +++ b/src/_utils/config.js @@ -75,7 +75,7 @@ export const imageCrops = { export const events = { next: { tx: { - slug: 'tx/2022' + slug: 'tx/2023' }, wi: { slug: 'wi/2022' diff --git a/src/routes/call-for-counselors/index.svelte b/src/routes/call-for-counselors/index.svelte index 763091051..05dae37fe 100644 --- a/src/routes/call-for-counselors/index.svelte +++ b/src/routes/call-for-counselors/index.svelte @@ -1,8 +1,8 @@