We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf95ea commit 95a1243Copy full SHA for 95a1243
components/Header/Hamburger.component.jsx
@@ -58,7 +58,7 @@ const Hamburger = () => {
58
id="hamburgersvg"
59
style={showHamburgerHideXAnimation}
60
onClick={() => {
61
- setisExpanded(prevExpanded => !prevExpanded);
+ setisExpanded((prevExpanded) => !prevExpanded);
62
}}
63
className="text-gray-900 fill-current"
64
xmlns="https://www.w3.org/2000/svg"
@@ -71,7 +71,7 @@ const Hamburger = () => {
71
<animated.svg
72
id="xsvg"
73
74
75
76
style={showXHideHamburgerAnimation}
77
0 commit comments