From d1ec755aa2b347f309b066007eab0f0c687ebc3d Mon Sep 17 00:00:00 2001 From: Quinn Ftw Date: Sun, 28 Dec 2025 17:50:36 -0800 Subject: [PATCH] fix(landing): update ShopCheckoutPage styling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../landing/frontend/src/pages/shop/ShopCheckoutPage.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/features/landing/frontend/src/pages/shop/ShopCheckoutPage.tsx b/features/landing/frontend/src/pages/shop/ShopCheckoutPage.tsx index 44e476ecc..cbf4b8312 100644 --- a/features/landing/frontend/src/pages/shop/ShopCheckoutPage.tsx +++ b/features/landing/frontend/src/pages/shop/ShopCheckoutPage.tsx @@ -294,12 +294,12 @@ export default function ShopCheckoutPage() { playSound('button-hover')} whileHover={{ scale: 1.02 }} whileTap={{ scale: 0.98 }} > - Continue to Account + {isAuthenticated ? 'Continue to Payment' : 'Continue to Account'} @@ -481,7 +481,8 @@ export default function ShopCheckoutPage() { className="back-button" onClick={() => { playSound('button-click') - setCurrentStep('account') + // Go back to review for auth users (no account step), account for guests + setCurrentStep(isAuthenticated ? 'review' : 'account') }} onMouseEnter={() => playSound('button-hover')} >