File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Link from 'next/link';
5
5
import LINKS from '../../utils/constants/LINKS' ;
6
6
7
7
/**
8
- * Shows the mobile menu.
8
+ * Shows the mobile menu.
9
9
*/
10
10
const Hamburger = ( ) => {
11
11
const [ isExpanded , setisExpanded ] = useState ( false ) ;
@@ -60,9 +60,9 @@ const Hamburger = () => {
60
60
} }
61
61
className = "text-gray-900 fill-current"
62
62
xmlns = "https://www.w3.org/2000/svg"
63
- width = "20 "
64
- height = "20 "
65
- viewBox = "0 0 20 20 "
63
+ width = "25 "
64
+ height = "25 "
65
+ viewBox = "0 0 25 25 "
66
66
>
67
67
< path d = "M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z" > </ path >
68
68
</ animated . svg >
@@ -73,15 +73,9 @@ const Hamburger = () => {
73
73
} }
74
74
style = { showXHideHamburgerAnimation }
75
75
xmlns = "https://www.w3.org/2000/svg"
76
- width = "20"
77
- height = "20"
78
- viewBox = "0 0 20 20"
79
- fill = "none"
80
- stroke = "currentColor"
81
- strokeWidth = "2"
82
- strokeLinecap = "round"
83
- strokeLinejoin = "round"
84
- className = "feather feather-x"
76
+ width = "25"
77
+ height = "25"
78
+ viewBox = "0 0 25 25"
85
79
>
86
80
< line x1 = "18" y1 = "6" x2 = "6" y2 = "18" > </ line >
87
81
< line x1 = "6" y1 = "6" x2 = "18" y2 = "18" > </ line >
You can’t perform that action at this time.
0 commit comments