mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2025-09-09 08:07:22 +00:00
added restaurant, tag, and comments to reviewDetails
Co-authored-by: rheabhutada02
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
<!--- meal -->
|
||||
<div class = "meal-name">
|
||||
<h1 id="d-mealName"> Cucumber Salad </h1>
|
||||
<h1 id="d-mealName"> default meal name </h1>
|
||||
</div>
|
||||
|
||||
<div class = "meal-pics-and-tags">
|
||||
@@ -33,14 +33,15 @@
|
||||
<img src = https://images.pexels.com/photos/1640777/pexels-photo-1640777.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1,
|
||||
alt = "photo" width=40% height=40% id="d-mealImg">
|
||||
|
||||
<h2 id="d-restaurant"> default comment </h2>
|
||||
|
||||
<div class = "tag-container", id="d-tags">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class = "stars-and-comments">
|
||||
<img src = "./assets/images/icons/5-star.svg" width=10% height=10% id="d-rating">
|
||||
<h2> The food was good </h2>
|
||||
<h2 id="d-comments"> default comment </h2>
|
||||
</div>
|
||||
|
||||
<main>
|
||||
|
Reference in New Issue
Block a user