File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ const Header = ( { header } ) => {
64
64
className = "block mt-4 lg:inline-block lg:mt-0 text-black hover:text-black mr-10" >
65
65
< svg xmlns = "http://www.w3.org/2000/svg" className = "hidden lg:block m-auto"
66
66
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"
68
68
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 >
69
69
</ svg >
70
70
Profile
@@ -73,7 +73,7 @@ const Header = ( { header } ) => {
73
73
className = "block mt-4 lg:inline-block lg:mt-0 text-black hover:text-black mr-10" >
74
74
< svg xmlns = "http://www.w3.org/2000/svg" className = "hidden lg:block m-auto"
75
75
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"
77
77
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 >
78
78
</ svg >
79
79
Wishlist
@@ -82,7 +82,7 @@ const Header = ( { header } ) => {
82
82
href = "/cart/" >
83
83
< svg xmlns = "http://www.w3.org/2000/svg" className = "hidden lg:block m-auto"
84
84
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"
86
86
d = "M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z" > </ path >
87
87
</ svg >
88
88
Bag
You can’t perform that action at this time.
0 commit comments