diff --git a/.claude/settings.local.json b/.claude/settings.local.json index fb9c951..8c05482 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -62,7 +62,8 @@ "Bash(rm \"D:\\\\Craft2Prints\\\\src\\\\app\\\\admin\\\\designs\\\\[id]\\\\send-button.tsx\")", "Bash(git show *)", "Bash(git status *)", - "Bash(git revert *)" + "Bash(git revert *)", + "Bash(git commit -m 'Fix price display issues and layout in design review page *)" ] } } diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 8f91b8c..597bee4 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -147,7 +147,11 @@ export default function CartPage() {