diff --git a/.claude/settings.local.json b/.claude/settings.local.json index d9535b9..4764bda 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -71,7 +71,8 @@ "Bash(pnpm shadcn-nuxt add:*)", "Bash(npm run:*)", "Bash(pnpm exec eslint:*)", - "Bash(npx -y vue-tsc:*)" + "Bash(npx -y vue-tsc:*)", + "Bash(awk:*)" ], "deny": [], "ask": [] diff --git a/app/components/Cart/CartFAB.vue b/app/components/Cart/CartFAB.vue index dcd5d48..670ffa6 100644 --- a/app/components/Cart/CartFAB.vue +++ b/app/components/Cart/CartFAB.vue @@ -34,42 +34,32 @@ function handleClick() { diff --git a/app/components/Cart/CartSidebar.vue b/app/components/Cart/CartSidebar.vue index 7a354bc..2d28fea 100644 --- a/app/components/Cart/CartSidebar.vue +++ b/app/components/Cart/CartSidebar.vue @@ -42,7 +42,7 @@ function handleCheckout() { -
+