From af00fd091f60de3159f337819e62637d9c73c8d3 Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 21 Jul 2026 11:15:54 +0000 Subject: [PATCH] fix(shop): match "Mehr erfahren" link style to Werkzeug-card CTAs Was always brand-colored with an underline on hover; now black by default and brand-colored on hover, consistent with the Werkzeuge cards' CTA links elsewhere on the site. --- app/shop/components/ProductGrid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/shop/components/ProductGrid.tsx b/app/shop/components/ProductGrid.tsx index 4979559..dcb7226 100644 --- a/app/shop/components/ProductGrid.tsx +++ b/app/shop/components/ProductGrid.tsx @@ -60,7 +60,7 @@ export async function ProductGrid() { {product.href && ( Mehr erfahren