Ver Fonte

brand icon link add

@Mostafijur há 1 ano atrás
pai
commit
977e1bbdf7
4 ficheiros alterados com 4 adições e 4 exclusões
  1. 1 1
      all-product.html
  2. 1 1
      checkout.html
  3. 1 1
      index.html
  4. 1 1
      product-details.html

+ 1 - 1
all-product.html

@@ -56,7 +56,7 @@
                         </button>
 
                         <!-- brand logo -->
-                        <a class="brand-logo mx-auto mx-xl-0" href="#">
+                        <a class="brand-logo mx-auto mx-xl-0" href="./index.html">
                             <img src="./images/navbar/brand-logo.svg" alt="">
                         </a>
 

+ 1 - 1
checkout.html

@@ -52,7 +52,7 @@
                         </button>
 
                         <!-- brand logo -->
-                        <a class="brand-logo mx-auto mx-xl-0" href="#">
+                        <a class="brand-logo mx-auto mx-xl-0" href="./index.html">
                             <img src="./images/navbar/brand-logo.svg" alt="">
                         </a>
 

+ 1 - 1
index.html

@@ -53,7 +53,7 @@
                     </button>
 
                     <!-- brand logo -->
-                    <a class="brand-logo mx-auto mx-xl-0" href="#">
+                    <a class="brand-logo mx-auto mx-xl-0" href="./index.html">
                         <img src="./images/navbar/brand-logo.svg" alt="">
                     </a>
 

+ 1 - 1
product-details.html

@@ -56,7 +56,7 @@
                         </button>
 
                         <!-- brand logo -->
-                        <a class="brand-logo mx-auto mx-xl-0" href="#">
+                        <a class="brand-logo mx-auto mx-xl-0" href="./index.html">
                             <img src="./images/navbar/brand-logo.svg" alt="">
                         </a>