mirror of
https://github.com/GithubOrgProjectPiza/frontend.git
synced 2026-09-04 08:36:08 +02:00
Preis einfügen
Preis wurde eingefügt
This commit is contained in:
@@ -21,7 +21,7 @@ function Listenansicht(props) {
|
|||||||
listen.push(
|
listen.push(
|
||||||
<Liste
|
<Liste
|
||||||
gericht={data.pizzas[index].name}
|
gericht={data.pizzas[index].name}
|
||||||
price={data.pizzas[index].description}
|
price={data.pizzas[index].price}
|
||||||
isColor={color_liste}
|
isColor={color_liste}
|
||||||
icon_button="+"></Liste>
|
icon_button="+"></Liste>
|
||||||
);
|
);
|
||||||
@@ -40,10 +40,10 @@ function Listenansicht(props) {
|
|||||||
{listen}
|
{listen}
|
||||||
<div className="flex justify-between">
|
<div className="flex justify-between">
|
||||||
<div>
|
<div>
|
||||||
<ButtonPrimary name="Warenkorb"></ButtonPrimary>
|
<ButtonPrimary name="Restaurants"></ButtonPrimary>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<ButtonPrimary name="Restaurants"></ButtonPrimary>
|
<ButtonPrimary name="Warenkorb"></ButtonPrimary>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user