The recipes.blue monorepo recipes.blue
recipes appview atproto
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: improve step styling

+1 -1
+1 -1
apps/web/src/routes/_.(app)/recipes/$author/$rkey.tsx
··· 98 98 <CardTitle>Steps</CardTitle> 99 99 </CardHeader> 100 100 <CardContent> 101 - <ol className="list-decimal list-inside"> 101 + <ol className="list-decimal gap-y-4 flex flex-col ml-4"> 102 102 {recipe.steps.map((ing, idx) => ( 103 103 <li key={idx}>{ing.text}</li> 104 104 ))}