From 34d98a2eeb4588740ddea5f7e1f8f9ac7af3b3a8 Mon Sep 17 00:00:00 2001 From: Jake Runyan Date: Thu, 12 Feb 2026 18:14:55 -0800 Subject: [PATCH] Add bottom text to image --- components/RecipeTabs.tsx | 3 +++ public/recipes/cajun/gumbo/gumbo.mdx | 1 + .../broccoli-beef-in-oyster-sauce.mdx | 1 + public/recipes/chinese/egg-flower-soup/egg-flower-soup.mdx | 1 + .../chinese/tangy-runyan-eggroll/tangy-runyan-eggroll.mdx | 1 + .../recipes/drinks/peach-simple-syrup/peach-simple-syrup.mdx | 1 + public/recipes/indian/brown-lentils/brown-lentils.mdx | 1 + public/recipes/indian/chana-masala/chana-masala.mdx | 1 + public/recipes/indian/palak-paneer/palak-paneer.mdx | 4 ++-- public/recipes/italian/chicken-parmesan/chicken-parmesan.mdx | 1 + .../fusilli-with-vodka-basil-parmesan.mdx | 1 + public/recipes/italian/pizza-dough/pizza-dough.mdx | 1 + public/recipes/italian/pizza-sauce/pizza-sauce.mdx | 1 + .../ajitsuke-tamago-ramen-egg/ajitsuke-tamago-ramen-egg.mdx | 1 + .../golden-curry-beef-stew/golden-curry-beef-stew.mdx | 1 + .../japanese/golden-curry-chicken/golden-curry-chicken.mdx | 1 + public/recipes/meat/beef-bourguignon/beef-bourguignon.mdx | 1 + public/recipes/meat/birria/birria.mdx | 1 + .../garlic-herb-butter-roast-turkey.mdx | 1 + .../grilled-lemon-pepper-salmon.mdx | 1 + .../meat/jamaican-jerk-chicken/jamaican-jerk-chicken.mdx | 1 + public/recipes/meat/ribs-instant-pot/ribs-instant-pot.mdx | 1 + public/recipes/meat/turkey-gravy/turkey-gravy.mdx | 1 + public/recipes/mexican/elote/elote.mdx | 1 + public/recipes/mexican/horchata/horchata.mdx | 1 + public/recipes/mexican/pinto-beans/pinto-beans.mdx | 1 + public/recipes/mexican/spanish-rice/spanish-rice.mdx | 1 + .../salad/caesar-salad-dressing/caesar-salad-dressing.mdx | 1 + public/recipes/sides/cauliflower-mash/cauliflower-mash.mdx | 1 + .../recipes/sides/pickled-red-onions/pickled-red-onions.mdx | 1 + .../sous-vide-mashed-potatoes/sous-vide-mashed-potatoes.mdx | 1 + .../recipes/soup/chicken-noodle-soup/chicken-noodle-soup.mdx | 1 + public/recipes/vietnamese/pho/pho.mdx | 1 + 33 files changed, 36 insertions(+), 2 deletions(-) diff --git a/components/RecipeTabs.tsx b/components/RecipeTabs.tsx index 342baee..6b45559 100644 --- a/components/RecipeTabs.tsx +++ b/components/RecipeTabs.tsx @@ -73,6 +73,9 @@ export default function RecipeTabs({ sections, folderPath }: RecipeTabsProps) { prose-td:border prose-td:border-gray-300 dark:prose-td:border-gray-600 ${activeSection.title === 'Photos' ? 'prose-img:w-full prose-img:max-w-2xl prose-img:mx-auto' : ''} `}> +

+ {activeSection.title} +