From 45bd321bb02e7d9a6a2a0ad563c6e79d3c217de8 Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 1 Aug 2026 08:39:10 +0000 Subject: [PATCH] Fix the second "Weiter einkaufen" arrow (cart with items) missed earlier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous replace_all only matched the empty-cart instance's exact indentation — this one, inside the has-items branch, was a level deeper and kept the raw Unicode "←" (aria-hidden), still hitting the mobile font-fallback vertical-metrics bug ArrowLeftIcon.tsx exists to avoid. --- app/cart/components/CartContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cart/components/CartContent.tsx b/app/cart/components/CartContent.tsx index 2cf4945..84ecaee 100644 --- a/app/cart/components/CartContent.tsx +++ b/app/cart/components/CartContent.tsx @@ -303,7 +303,7 @@ export function CartContent({ href="/shop" className="flex gap-2 items-center text-text-primary hover:text-brand transition-colors" > - + Weiter einkaufen