소스 검색

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>