diff --git a/frontend/src/components/recipes/RecipeListPage.tsx b/frontend/src/components/recipes/RecipeListPage.tsx
index 327750e..90753e0 100644
--- a/frontend/src/components/recipes/RecipeListPage.tsx
+++ b/frontend/src/components/recipes/RecipeListPage.tsx
@@ -25,19 +25,27 @@ export default function RecipeListPage() {
loadRecipeList()
}, [])
- if(!recipeList) { return
Unable to load recipes1
}
+ if(!recipeList) { return Unable to load recipes!
}
return (
/*Contaier spanning entire screen used to center content horizontally */
{/* Container defining the maximum width of the content */}
{/* Header - remains in position when scrolling */}
-
+
Recipes
-
+
+
+
+
+
{/*Content - List of recipe cards */}
-
+
{recipeList.map((recipe) => (