diff --git a/src/lib/consts.ts b/src/lib/consts.ts index 140fb4f..3c45877 100644 --- a/src/lib/consts.ts +++ b/src/lib/consts.ts @@ -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: '🥗'} ];