From c406e1e822dc78d916bae3f94728f0720ec09e00 Mon Sep 17 00:00:00 2001 From: Sherali Date: Sun, 28 Jul 2019 12:25:41 +0500 Subject: [PATCH 1/2] feat(MainLayout): tabs, shadows and other css changes --- src/components/editor/EditorComponent.tsx | 11 +---- src/components/icons/LogoSVG.tsx | 10 ++++- src/components/layout/Footer.tsx | 2 +- src/components/layout/Header.tsx | 5 ++- src/components/layout/MainLayout.tsx | 7 +++- src/pages/index.tsx | 51 ++++++++++++++++------- src/pages/policy.tsx | 2 - 7 files changed, 57 insertions(+), 31 deletions(-) diff --git a/src/components/editor/EditorComponent.tsx b/src/components/editor/EditorComponent.tsx index bd9783f..cf6cbe0 100644 --- a/src/components/editor/EditorComponent.tsx +++ b/src/components/editor/EditorComponent.tsx @@ -159,7 +159,7 @@ function EditorComponent({ } }} > - + } {hasCloneBtn && } {hasCloneBtn &&