From 05b421282d780d891b2d8ffcf283c8b6c7689436 Mon Sep 17 00:00:00 2001 From: Frank Meeuwsen Date: Thu, 12 Mar 2026 11:39:47 +0100 Subject: [PATCH] chore: update beschikbare plekken naar 5 Co-Authored-By: Claude Opus 4.6 --- 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 a023376..c2d19b1 100644 --- a/src/config/workshop.js +++ b/src/config/workshop.js @@ -8,6 +8,6 @@ export const WORKSHOP_CONFIG = { totalSpots: 8, - availableSpots: 8, + availableSpots: 5, isSoldOut: false, };