web client v0.10 (restaurant view)

This commit is contained in:
2020-10-05 19:33:52 +02:00
parent b3ade3de7d
commit 06728d32f1
12 changed files with 146 additions and 50 deletions

View File

@@ -22,8 +22,10 @@ export default function CardDish(props) {
style={{ backgroundImage: "url(" + imgUrl + ")" }}
/>
<div className="carddish-left-info">
<h2>{name}</h2>
<p>{weight}</p>
<div className="carddish-left-upper">
<h2>{name}</h2>
<p>Porcja: {weight}</p>
</div>
<Pictograms pictograms={extractTags(allergens)} />
</div>
</div>