Skip to content

Commit

Permalink
Update meal ingredients
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed May 10, 2023
1 parent 2e54598 commit 91853a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meals.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const meals = [
{
name: 'Feijoada',
ingredients: ['feijão vermelho', 'abobrinha', 'cenoura', 'cebola', 'alho'],
ingredients: ['feijão vermelho', 'abobrinha', 'cenoura', 'cebola', 'alho', 'couve', 'laranja'],
type: 'hot'
},
{
Expand Down

0 comments on commit 91853a7

Please sign in to comment.