Add Nav to shop page for cart and shop city
This commit is contained in:
@@ -65,6 +65,26 @@
|
||||
/>
|
||||
</section>
|
||||
|
||||
<nav class="shop-location">
|
||||
<dl class="shop-location__left">
|
||||
<dt class="text-label">shop your city</dt>
|
||||
<dd>
|
||||
<img src="/images/icons/pin.svg" alt="">
|
||||
<select name="" id="">
|
||||
<option value="melbourne">Melbourne</option>
|
||||
</select>
|
||||
</dd>
|
||||
</dl>
|
||||
<div class="shop-location__cart">
|
||||
<ButtonCircle
|
||||
color= 'purple'
|
||||
>
|
||||
<img src="/images/icons/pin.svg" alt="">
|
||||
</ButtonCircle>
|
||||
<p class="quantity">3</p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<section class="shop-page__about grid">
|
||||
<p class="description text-normal">{shop.about}</p>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user