chore: update available spots to 1 in workshop configuration
This commit is contained in:
parent
df45552fa7
commit
4ab4f7e4f2
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -36,3 +36,5 @@ content/*.jpg
|
|||
content/linkedin-posts.md
|
||||
rekenmodel.ods
|
||||
skills-export.tar.gz
|
||||
AUDIT.md
|
||||
public/og-image.old.png
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@
|
|||
|
||||
export const WORKSHOP_CONFIG = {
|
||||
totalSpots: 8,
|
||||
availableSpots: 3,
|
||||
availableSpots: 1,
|
||||
isSoldOut: false,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue