forked from M-Labs/web2019
improved crate pricing
This commit is contained in:
parent
752d2fb177
commit
23d404a7ce
|
@ -31,11 +31,11 @@ const shop_data = {
|
|||
crateModeItems: [{
|
||||
id: 'rack',
|
||||
name: 'Rack mountable crate',
|
||||
price: 1450,
|
||||
price: 550,
|
||||
}, {
|
||||
id: 'desktop',
|
||||
name: 'Desktop crate',
|
||||
price: 1450,
|
||||
price: 500,
|
||||
}],
|
||||
|
||||
items: {
|
||||
|
|
Loading…
Reference in New Issue