We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa9cf4 commit 72d9da5Copy full SHA for 72d9da5
src/lib/packages.js
@@ -18,21 +18,24 @@ const packages = [
18
key: 'full',
19
name: 'Full edition',
20
price: 289,
21
- includesTshirt: true
+ includesTshirt: true,
22
+ includesSlackAccess: true
23
},
24
{
25
training: true,
26
key: 'training',
27
name: 'Training',
28
price: 749,
29
30
31
32
33
team: true,
34
key: 'team',
35
name: 'Team license',
36
price: 1000,
37
38
39
}
40
]
41
0 commit comments