From 4891ffed7f13ed82c5ab42a15ced709c2c45f0fa Mon Sep 17 00:00:00 2001 From: Bel Curcio Date: Sun, 6 Jun 2021 17:20:34 -0300 Subject: [PATCH] Removing Portal, since it's not needed. We might add it later I'd rather not to. --- components/common/Layout/Layout.tsx | 26 ++++++----- components/ui/Modal/Modal.tsx | 48 +++++++------------- components/ui/Sidebar/Sidebar.module.css | 6 +++ components/ui/Sidebar/Sidebar.tsx | 56 +++++++++--------------- package.json | 1 - 5 files changed, 59 insertions(+), 78 deletions(-) diff --git a/components/common/Layout/Layout.tsx b/components/common/Layout/Layout.tsx index 0b7f5e692..75d995c23 100644 --- a/components/common/Layout/Layout.tsx +++ b/components/common/Layout/Layout.tsx @@ -76,18 +76,22 @@ const Layout: FC = ({
{children}