mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-03-25 09:25:51 +00:00
fix: Category
This commit is contained in:
parent
23da22f74a
commit
d98ece6f7f
1 changed files with 3 additions and 3 deletions
|
|
@ -128,9 +128,9 @@ function createStore(defaultUa) {
|
|||
|
||||
categories: [
|
||||
{
|
||||
key: "whisky-whiskey",
|
||||
label: "Whisky / Whiskey",
|
||||
startUrl: "https://www.willowpark.net/collections/whisky-whiskey?filter.v.availability=1",
|
||||
key: "scotch",
|
||||
label: "Scotch",
|
||||
startUrl: "https://www.willowpark.net/collections/scotch?filter.v.availability=1",
|
||||
discoveryStartPage: 5,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue