Skip to content

Commit

Permalink
Update meals.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed Jul 8, 2024
1 parent 2508584 commit 5c1d311
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/meals.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,10 @@ const meals = [
ingredients: ['pão de sanduíche integral', 'húmus', 'tomate', 'sal', 'orégano'],
type: 'sandwich'
},
{
name: 'Sanduíche de tofu mexido',
ingredients: ['pão', 'tofu natural', 'levedura nutricional', 'alho', 'cúrcuma', 'salada mista'],
type: 'sandwich',
highProtein: true
},
]

0 comments on commit 5c1d311

Please sign in to comment.