From 7ebf2b5822fb0a5c78f84d828ecca3de2f1327ca Mon Sep 17 00:00:00 2001 From: moepoi <moepoi@protonmail.com> Date: Sun, 26 Sep 2021 15:55:06 +0700 Subject: [PATCH] Add link to bag page on Product List page --- product-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product-list.html b/product-list.html index 4aa2115..11137a5 100644 --- a/product-list.html +++ b/product-list.html @@ -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>