From 425d150840e2c45267d3e8a6347aef9121e034ca Mon Sep 17 00:00:00 2001 From: cvanbeek13 Date: Wed, 13 Jan 2021 21:26:16 -0600 Subject: [PATCH] Show print, menu buttons without needing image --- modules/recipe/components/RecipeHeader.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/recipe/components/RecipeHeader.js b/modules/recipe/components/RecipeHeader.js index de3b23a1..744bd764 100644 --- a/modules/recipe/components/RecipeHeader.js +++ b/modules/recipe/components/RecipeHeader.js @@ -35,6 +35,16 @@ const RecipeHeader = ({ photo, title, rating, addToMenu }) => { +
+
+ + +
+
); };