From c8233517309143a610bd359d03a40f4165546524 Mon Sep 17 00:00:00 2001 From: Daniel Fjeldstad Date: Thu, 9 Dec 2021 02:23:47 +0100 Subject: [PATCH] Remove unneeded lines of code --- components/Header/Hamburger.component.jsx | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/components/Header/Hamburger.component.jsx b/components/Header/Hamburger.component.jsx index 930c0ef81..c414ccc6e 100644 --- a/components/Header/Hamburger.component.jsx +++ b/components/Header/Hamburger.component.jsx @@ -5,7 +5,7 @@ import Link from 'next/link'; import LINKS from '../../utils/constants/LINKS'; /** - * Shows the mobile menu. + * Shows the mobile menu. */ const Hamburger = () => { const [isExpanded, setisExpanded] = useState(false); @@ -60,9 +60,9 @@ const Hamburger = () => { }} className="text-gray-900 fill-current" xmlns="https://www.w3.org/2000/svg" - width="20" - height="20" - viewBox="0 0 20 20" + width="25" + height="25" + viewBox="0 0 25 25" > @@ -73,15 +73,9 @@ const Hamburger = () => { }} style={showXHideHamburgerAnimation} xmlns="https://www.w3.org/2000/svg" - width="20" - height="20" - viewBox="0 0 20 20" - fill="none" - stroke="currentColor" - strokeWidth="2" - strokeLinecap="round" - strokeLinejoin="round" - className="feather feather-x" + width="25" + height="25" + viewBox="0 0 25 25" >