From 212005e72598b0946ad4b83e2f948b75c89fc998 Mon Sep 17 00:00:00 2001 From: Frank Meeuwsen Date: Mon, 16 Mar 2026 07:40:17 +0100 Subject: [PATCH] chore: update beschikbare plekken naar 4 Co-Authored-By: Claude Opus 4.6 (1M context) --- src/config/workshop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/workshop.js b/src/config/workshop.js index c2d19b1..64ffd0b 100644 --- a/src/config/workshop.js +++ b/src/config/workshop.js @@ -8,6 +8,6 @@ export const WORKSHOP_CONFIG = { totalSpots: 8, - availableSpots: 5, + availableSpots: 4, isSoldOut: false, };