From c1bb3bda246ac3a4db0c8c9d25fa6018e3aa6cbd Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 28 Feb 2026 19:59:51 +0000 Subject: [PATCH] Move recipe category from image overlay to text Adjusted recipe display to move the category badge from an image overlay to a text element below the title, affecting both the card view and the modal view. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 413891e8-d784-4bea-b9f5-91a5a68316b4 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 8a68b15e-9591-4bfc-855e-8c035eed3662 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/413891e8-d784-4bea-b9f5-91a5a68316b4/oYq1Msd Replit-Helium-Checkpoint-Created: true --- client/src/pages/recipes.tsx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/client/src/pages/recipes.tsx b/client/src/pages/recipes.tsx index dd8f479..341f344 100644 --- a/client/src/pages/recipes.tsx +++ b/client/src/pages/recipes.tsx @@ -261,13 +261,11 @@ function RecipeModal({ recipe, onClose }: { recipe: Recipe; onClose: () => void -
{recipe.description}
+ {recipe.category} +{recipe.description}
{recipe.description}