From 656f8b33362a061ac805a93e74aff920f1baeb58 Mon Sep 17 00:00:00 2001 From: w3bdesign <45217974+w3bdesign@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:18:14 +0200 Subject: [PATCH 01/16] Update Layout.component.tsx --- src/components/Layout/Layout.component.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/components/Layout/Layout.component.tsx b/src/components/Layout/Layout.component.tsx index 0b4dd23b4..bce7dde44 100644 --- a/src/components/Layout/Layout.component.tsx +++ b/src/components/Layout/Layout.component.tsx @@ -56,14 +56,16 @@ const Layout = ({ children, title }: ILayoutProps) => { }, [refetch]); return ( -
-
- -
- {children} -
-