mirror of
https://github.com/GithubOrgProjectPiza/frontend.git
synced 2026-09-04 00:26:05 +02:00
Update warenkorb.jsx
update warenkorb
This commit is contained in:
@@ -34,14 +34,13 @@ function Warenkorb(props) {
|
|||||||
<img src={warenkorb_image} alt="Warenkorbicon"></img>
|
<img src={warenkorb_image} alt="Warenkorbicon"></img>
|
||||||
<label class="font-medium leading-tight text-3xl mt-0 mb-2">Warenkorb</label>
|
<label class="font-medium leading-tight text-3xl mt-0 mb-2">Warenkorb</label>
|
||||||
</div>
|
</div>
|
||||||
<br></br>
|
+<br></br>
|
||||||
<div class="flex sm:flex-row md:flex-row-reverse md:justify-between pt-6 pb-6 bg-primary">
|
<div class="flex sm:flex-row md:flex-row-reverse md:justify-between pt-6 pb-6 bg-primary">
|
||||||
<img src={restaurant_image} alt="Restauranticon"></img>
|
<img src={restaurant_image} alt="Restauranticon"></img>
|
||||||
<label class="font-medium leading-tight text-3xl mt-0 mb-2 text-white">
|
<label class="font-medium leading-tight text-3xl mt-0 mb-2 text-white">
|
||||||
{props.restaurant || "Restaurant"}
|
{props.restaurant || "Restaurant"}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br></br>
|
<br></br>
|
||||||
<br></br>
|
<br></br>
|
||||||
{listen}
|
{listen}
|
||||||
|
|||||||
Reference in New Issue
Block a user