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) => (
![]()