tangled
alpha
login
or
join now
roost.moe
/
recipes.blue
2
fork
atom
The recipes.blue monorepo
recipes.blue
recipes
appview
atproto
2
fork
atom
overview
issues
1
pulls
pipelines
fix: improve ingredient styling
Hayden Young
1 year ago
f264aead
df917964
+1
-1
1 changed file
expand all
collapse all
unified
split
apps
web
src
routes
_.(app)
recipes
$author
$rkey.tsx
+1
-1
apps/web/src/routes/_.(app)/recipes/$author/$rkey.tsx
···
84
84
<CardTitle>Ingredients</CardTitle>
85
85
</CardHeader>
86
86
<CardContent>
87
87
-
<ul>
87
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})