Skip to content

Commit

Permalink
add images to the recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
1H0 committed Oct 23, 2022
1 parent 5f5c744 commit 75e695f
Show file tree
Hide file tree
Showing 2 changed files with 8,729 additions and 8,729 deletions.
2 changes: 1 addition & 1 deletion components/IngredientsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const IngredientsTable: React.FC<IngredientsTableProps> = ({
<Table.Body>
{ingredients.map((ingredient) => (
<Table.Row key={ingredient.ingredient.id}>
<Table.Cell>{(ingredient.quantity / p) * persons}x</Table.Cell>
<Table.Cell>{ingredient.quantity || "ein bizeli"}</Table.Cell>
<Table.Cell>
<Link
href={
Expand Down

3 comments on commit 75e695f

@vercel
Copy link

@vercel vercel bot commented on 75e695f Oct 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app-7rq9 – ./

app-7rq9-git-main-baselhack2022.vercel.app
app-7rq9-baselhack2022.vercel.app
app-7rq9.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 75e695f Oct 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app – ./

@vercel
Copy link

@vercel vercel bot commented on 75e695f Oct 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app-vct1 – ./

app-vct1-baselhack2022.vercel.app
app-vct1.vercel.app
app-vct1-git-main-baselhack2022.vercel.app

Please sign in to comment.