diff --git a/app/components/GoodsContent.vue b/app/components/GoodsContent.vue index 7abeeba..a770e05 100644 --- a/app/components/GoodsContent.vue +++ b/app/components/GoodsContent.vue @@ -54,8 +54,8 @@ const selectProduct = (product: any) => { if (locationUuid) { // Both product and hub selected -> show offers navigateTo({ - path: `/catalog/offers/${product.uuid}/${locationUuid}`, - query + path: `/catalog`, + query: { product: product.uuid, hub: locationUuid, ...query } }) return } diff --git a/app/components/Sidebar.vue b/app/components/Sidebar.vue index 5990a07..0506e62 100644 --- a/app/components/Sidebar.vue +++ b/app/components/Sidebar.vue @@ -38,8 +38,8 @@
+ {{ t('catalog.hero.subtitle') }} +
+ +