Skip to content

Commit

Permalink
Add new hot meal
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed May 10, 2023
1 parent 59ea3c1 commit 2e54598
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/meals.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
// eslint-disable-next-line no-unused-vars
const meals = [
{
name: 'Feijoada',
ingredients: ['feijão vermelho', 'abobrinha', 'cenoura', 'cebola', 'alho'],
type: 'hot'
},
{
name: 'Escondidinho',
ingredients: ['batata ou aipim', 'picado carnal', 'molho de tomate', 'cebola', 'alho'],
Expand Down

0 comments on commit 2e54598

Please sign in to comment.