1
0
Fork 0
mirror of https://gitlab.com/nekoya/web.git synced 2025-04-03 20:55:59 +02:00

Add link to bag page on Product List page

This commit is contained in:
Moe Poi ~ 2021-09-26 15:55:06 +07:00
parent a5b144aa55
commit 7ebf2b5822

View file

@ -83,7 +83,7 @@
<div class="my-4">
<a href="login.html"><button class="btn btn-outline-success mt-auto mb-auto mr-3" type="button">Login</button></a>
</div>
<i class="fas fa-shopping-cart mt-auto mb-auto"><span class="ml-2 mt-auto mb-auto">Rp 999.999</span></i>
<a href="bag.html" class="mt-auto mb-auto" style="color: inherit;"><i class="fas fa-shopping-cart"><span class="ml-2 mt-auto mb-auto">Rp 999.999</span></i></a>
</span>
</div>
</nav>