We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d9872 commit 231fb3cCopy full SHA for 231fb3c
js/recipe-list.js
@@ -59,7 +59,7 @@ const showRecipe = (recipeList) => {
59
>
60
${recipeItem.strMeal.substr(0, 16)}${recipeItem.strMeal.length > 16 ? '...' : ''}
61
</h2>
62
- <div>
+ <div class='flex gap-2'>
63
<span class='p-2 bg-amber-100 text-xs rounded-lg'>${recipeItem.strCategory}</span>
64
<span class='p-2 bg-rose-100 text-xs rounded-lg'>${recipeItem.strArea}</span>
65
</div>
0 commit comments