瀏覽代碼

brand icon link add

@Mostafijur 1 年之前
父節點
當前提交
977e1bbdf7
共有 4 個文件被更改,包括 4 次插入4 次删除
  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>