mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-04-27 15:07:43 +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: [
|
categories: [
|
||||||
{
|
{
|
||||||
key: "whisky-whiskey",
|
key: "scotch",
|
||||||
label: "Whisky / Whiskey",
|
label: "Scotch",
|
||||||
startUrl: "https://www.willowpark.net/collections/whisky-whiskey?filter.v.availability=1",
|
startUrl: "https://www.willowpark.net/collections/scotch?filter.v.availability=1",
|
||||||
discoveryStartPage: 5,
|
discoveryStartPage: 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue