From d98ece6f7fc727746e07951326d3cc5b6778482a Mon Sep 17 00:00:00 2001 From: "Brennan Wilkes (Text Groove)" Date: Thu, 29 Jan 2026 23:40:41 -0800 Subject: [PATCH] fix: Category --- src/stores/willowpark.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/stores/willowpark.js b/src/stores/willowpark.js index f018a77..bfb9656 100644 --- a/src/stores/willowpark.js +++ b/src/stores/willowpark.js @@ -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, }, {