chore: update beschikbare plekken naar 5
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
74503610ec
commit
05b421282d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@
|
||||||
|
|
||||||
export const WORKSHOP_CONFIG = {
|
export const WORKSHOP_CONFIG = {
|
||||||
totalSpots: 8,
|
totalSpots: 8,
|
||||||
availableSpots: 8,
|
availableSpots: 5,
|
||||||
isSoldOut: false,
|
isSoldOut: false,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue