Skip to content

Commit

Permalink
updated header
Browse files Browse the repository at this point in the history
  • Loading branch information
kpomm committed Oct 25, 2023
1 parent 3cb0ca3 commit d9d5904
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 @@ -68,7 +68,7 @@ function RecipeDetail({ recipe, marketsPromise }) {
</div>
</div>
<div className="details-right">
{markets && (<div><h4>Shop Local!</h4><div className="markets">{displayMarkets}</div></div>)}
{markets && (<div><h3>Shop Local!</h3><div className="markets">{displayMarkets}</div></div>)}
</div>
</div>

Expand Down

0 comments on commit d9d5904

Please sign in to comment.