From 9c9fe67d4407e04403502539df6565ef7d229d98 Mon Sep 17 00:00:00 2001 From: keraliss Date: Tue, 5 Dec 2023 16:14:14 +0530 Subject: [PATCH 1/4] fixes #59 : improve menu bar --- src/components/common/hamburger.tsx | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/src/components/common/hamburger.tsx b/src/components/common/hamburger.tsx index fe603cb..e0456b0 100644 --- a/src/components/common/hamburger.tsx +++ b/src/components/common/hamburger.tsx @@ -14,7 +14,7 @@ const Hamburger = () => { return ( <> { href="https://twitter.com/bitshala_org" target="_blank" > - + - + - + - + @@ -135,10 +127,10 @@ const SideMenu = () => { return (
-

+

{link.name}

-

+

{" "} {link.desc}{" "}

From 6e80ca9e51349d614aa9ef41aa481a5ff6bf3a81 Mon Sep 17 00:00:00 2001 From: keraliss Date: Wed, 6 Dec 2023 21:32:12 +0530 Subject: [PATCH 4/4] fixes --- src/components/common/hamburger.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/common/hamburger.tsx b/src/components/common/hamburger.tsx index 202d9d8..d86c3a8 100644 --- a/src/components/common/hamburger.tsx +++ b/src/components/common/hamburger.tsx @@ -46,7 +46,7 @@ const Hamburger = () => {
{ href="https://github.com/bitshala" target="_blank" > - +
{ {link.name}

- {" "} - {link.desc}{" "} + {link.desc}