web client v0.10 (restaurant view)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user