From 15987abe0a364719035511d30675399cd8377efc Mon Sep 17 00:00:00 2001
From: Danny Avila <110412045+danny-avila@users.noreply.github.com>
Date: Sat, 15 Jul 2023 10:43:15 -0400
Subject: [PATCH] style(Nav): improve Nav transition for open/close (#652)
* Revert "Animated sidebar (#649)"
This reverts commit dd19323280841a2180f829c0a6764759e7acb58f.
* in progress
* style(Nav): improve transition for Nav
---
client/src/components/Nav/MobileNav.jsx | 2 +-
client/src/components/Nav/index.jsx | 166 +++++++-----------
.../components/svg/{Panel.jsx => Panel.tsx} | 0
client/src/components/svg/index.ts | 1 +
client/src/mobile.css | 29 +--
5 files changed, 74 insertions(+), 124 deletions(-)
rename client/src/components/svg/{Panel.jsx => Panel.tsx} (100%)
diff --git a/client/src/components/Nav/MobileNav.jsx b/client/src/components/Nav/MobileNav.jsx
index c619588ad5..5fa891b2e8 100644
--- a/client/src/components/Nav/MobileNav.jsx
+++ b/client/src/components/Nav/MobileNav.jsx
@@ -12,7 +12,7 @@ export default function MobileNav({ setNavVisible }) {