Skip to content

Commit

Permalink
fix: Change size of Similars title
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmansilla committed Dec 14, 2023
1 parent fcf08dc commit 9bff1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RecipeDetail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ function RecipeDetail() {
<Container className="mt-5 pb-3 text-center box-rounded shadow bg-lightest">
<Row>
<Col sm={12}>
<h2 className="py-4 mt-1">Similar Recipes</h2>
<h1 className="py-4 mt-1">Similar Recipes</h1>
</Col>
{similarRecipes.length > 0 ? similarRecipes?.map((recipe) => (
<Col key={recipe._id} sm={4} className="mb-4">
Expand Down

0 comments on commit 9bff1c9

Please sign in to comment.