From aa90cfef92b00304ac5becc5bd47ec2d2b606001 Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Wed, 1 May 2024 17:33:25 +0530 Subject: [PATCH] chore: update default layout style. --- admin/layouts/default-layout.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/admin/layouts/default-layout.tsx b/admin/layouts/default-layout.tsx index cf0004706..d46368a66 100644 --- a/admin/layouts/default-layout.tsx +++ b/admin/layouts/default-layout.tsx @@ -13,16 +13,14 @@ export const DefaultLayout: FC = (props) => { const { children } = props; return ( -
-
-
-
- Plane Logo - Plane -
+
+
+
+ Plane Logo + Plane
-
{children}
+
{children}
); };