fix: update availableSpots to 1 in workshop configuration

This commit is contained in:
Frank Meeuwsen 2026-03-03 10:14:26 +01:00
parent ca631ce80b
commit 3a81eff7c1

View file

@ -8,6 +8,6 @@
export const WORKSHOP_CONFIG = { export const WORKSHOP_CONFIG = {
totalSpots: 8, totalSpots: 8,
availableSpots: 2, availableSpots: 1,
isSoldOut: false, isSoldOut: false,
}; };