From aa4dde3d191744449145e02968b6a395fa4d08aa Mon Sep 17 00:00:00 2001 From: philipcheung Date: Tue, 11 Nov 2025 11:24:15 +0800 Subject: [PATCH] changed the path from / to /40+ --- src/components/new_ui/oilInfo.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/new_ui/oilInfo.tsx b/src/components/new_ui/oilInfo.tsx index ca9000b..6e4932c 100644 --- a/src/components/new_ui/oilInfo.tsx +++ b/src/components/new_ui/oilInfo.tsx @@ -13,7 +13,7 @@ function OilInfo() { const { location } = useRouterState(); const handleRecipeNavigation = () => { - const isOnRecipePage = location.pathname === '/recipe'; + const isOnRecipePage = location.pathname === '/40+/recipe'; if (isOnRecipePage) { // Already on recipe page @@ -21,7 +21,7 @@ function OilInfo() { } // Navigate from main page - force reload to ensure Instagram embeds work - window.location.href = '/recipe'; + window.location.href = '/40+/recipe'; }; return (