From eb6e8048a2f39cdfbf004a09fba269b89e3de645 Mon Sep 17 00:00:00 2001 From: Mike Date: Tue, 1 Jul 2025 11:43:13 +0200 Subject: [PATCH] Fix: Update Cal calender (#5014) --- packages/frontend-2/lib/cal/helpers/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend-2/lib/cal/helpers/constants.ts b/packages/frontend-2/lib/cal/helpers/constants.ts index fbd4fb015..c5e5ffb9b 100644 --- a/packages/frontend-2/lib/cal/helpers/constants.ts +++ b/packages/frontend-2/lib/cal/helpers/constants.ts @@ -1,2 +1,2 @@ -export const calNamespace = '15min' -export const calLink = 'moritzhenschel/15min' +export const calNamespace = 'introduction-to-speckle' +export const calLink = 'jonathon-broughton/introduction-to-speckle'