Skip to content

Commit

Permalink
Merge pull request #2 from izibizi/ubaumann-patch-1
Browse files Browse the repository at this point in the history
Update data.ts
  • Loading branch information
ubaumann authored Feb 15, 2024
2 parents ad573e9 + ab8ffa7 commit 80bfc94
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@ export const data: Data = {
image: rahmlikoerImg
},
{
name: "Hackbraten",
name: "Schweinsnierstückbraten",
price: 22,
image: hackbratenImg
},
{
name: "Gemüsestrudel",
name: "Gemüselasagne",
price: 18,
image: vegiImg
},
Expand All @@ -165,5 +165,9 @@ export const data: Data = {
price: 6,
image: soupImg
},
{
name: "Diverse Kuchen",
price: 2.5
},
]
}
}

0 comments on commit 80bfc94

Please sign in to comment.