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 2cdd8c6 commit 68ddc8dCopy full SHA for 68ddc8d
components/Header/Hamburger.component.jsx
@@ -9,7 +9,6 @@ import Link from 'next/link';
9
*/
10
const Hamburger = () => {
11
const [isExpanded, setisExpanded] = useState(false);
12
-
13
const hamburgerSlideDownAnimation = useSpring({
14
to: [
15
{
@@ -69,7 +68,6 @@ const Hamburger = () => {
69
68
>
70
<path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z"></path>
71
</animated.svg>
72
73
<animated.svg
74
id="xsvg"
75
onClick={() => {
tailwind.config.js
@@ -8,4 +8,4 @@ module.exports = {
8
extend: {},
},
plugins: [],
-}
+};
0 commit comments