The recipes.blue monorepo recipes.blue
recipes appview atproto

fix: improve ingredient styling

+1 -1
+1 -1
apps/web/src/routes/_.(app)/recipes/$author/$rkey.tsx
··· 84 84 <CardTitle>Ingredients</CardTitle> 85 85 </CardHeader> 86 86 <CardContent> 87 - <ul> 87 + <ul className="list-disc flex flex-col ml-4"> 88 88 {recipe.ingredients.map((ing, idx) => ( 89 89 <li key={idx}> 90 90 {ing.name} ({ing.amount} {ing.unit})