Skip to content

Commit

Permalink
Healthy & Gluten Free Tags (#22)
Browse files Browse the repository at this point in the history
* Healthy & Gluten Free Tags

Added Healthy & Gluten Free Tags

* Fix comas
  • Loading branch information
MariaSportChef authored Mar 28, 2024
1 parent 0b92ccd commit d18fbcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,7 @@ export const recipeTags: recipeTagSimple[] = [
{ title: 'Vietnamese', emoji: 'πŸ‡»πŸ‡³' },
{ title: 'Wholemeal' },
{ title: 'Wine', emoji: '🍷' },
{ title: 'Yucatecan', emoji: 'πŸ‡²πŸ‡½' }
{ title: 'Yucatecan', emoji: 'πŸ‡²πŸ‡½' },
{ title: 'Healthy', emoji: '🍏'},
{ title: 'Gluten Free', emoji: 'πŸ₯—'}
];

0 comments on commit d18fbcf

Please sign in to comment.