Skip to content

Commit b00b606

Browse files
committed
Update constants
1 parent 64e7c63 commit b00b606

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/layouts/header/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const Header = ( { header } ) => {
6464
className="block mt-4 lg:inline-block lg:mt-0 text-black hover:text-black mr-10">
6565
<svg xmlns="http://www.w3.org/2000/svg" className="hidden lg:block m-auto"
6666
fill="none" viewBox="0 0 24 24" width="18" height="auto" stroke="currentColor">
67-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
67+
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"
6868
d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"></path>
6969
</svg>
7070
Profile
@@ -73,7 +73,7 @@ const Header = ( { header } ) => {
7373
className="block mt-4 lg:inline-block lg:mt-0 text-black hover:text-black mr-10">
7474
<svg xmlns="http://www.w3.org/2000/svg" className="hidden lg:block m-auto"
7575
fill="none" viewBox="0 0 24 24" width="18" height="auto" stroke="currentColor">
76-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
76+
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"
7777
d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01"></path>
7878
</svg>
7979
Wishlist
@@ -82,7 +82,7 @@ const Header = ( { header } ) => {
8282
href="/cart/">
8383
<svg xmlns="http://www.w3.org/2000/svg" className="hidden lg:block m-auto"
8484
fill="none" viewBox="0 0 24 24" width="18" height="auto" stroke="currentColor">
85-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
85+
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"
8686
d="M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z"></path>
8787
</svg>
8888
Bag

0 commit comments

Comments
 (0)