Procházet zdrojové kódy

brand icon link add

@Mostafijur před 1 rokem
rodič
revize
977e1bbdf7
4 změnil soubory, kde provedl 4 přidání a 4 odebrání
  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>