From e4a84b19799328dbad35f6de6eeb8cfa5e17972d Mon Sep 17 00:00:00 2001 From: Andymick Date: Wed, 22 Jul 2026 05:41:04 +0100 Subject: [PATCH] Fix: Link approved designs to review page, not personalization Changed link from /made-to-order/... to /designs/[id]/review This takes customers to the design review page where they can: - See the approved design - Click 'Approve' to add it to their bag - Proceed to checkout Co-Authored-By: Claude Haiku 4.5 --- .claude/settings.local.json | 3 ++- src/app/account/page.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 2747beb..0e42372 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -163,7 +163,8 @@ "Bash(git commit -m 'Feat: Remove all filters from products pages *)", "Bash(git commit -m 'Feat: Add loading spinner for made-to-order page *)", "Bash(git commit -m 'Revert: Remove loading spinner - was slowing down page *)", - "Bash(git commit -m 'Fix: Show approved designs in customer account so they can order *)" + "Bash(git commit -m 'Fix: Show approved designs in customer account so they can order *)", + "Bash(git commit -m 'Fix: Link approved designs to review page, not personalization *)" ] } } diff --git a/src/app/account/page.tsx b/src/app/account/page.tsx index ac9bcb2..c1edee3 100644 --- a/src/app/account/page.tsx +++ b/src/app/account/page.tsx @@ -135,7 +135,7 @@ export default async function AccountPage({ searchParams }: { searchParams: { su {approvedDesigns.map((design) => (