From 26f7407b52033da918a54291b722ca099565a2cb Mon Sep 17 00:00:00 2001 From: Gopinath v Date: Wed, 20 Oct 2021 11:14:24 +0530 Subject: [PATCH] changes to list page --- src/Pages/List/List.tsx | 10 ++++------ src/Pages/List/Preview.tsx | 3 ++- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/Pages/List/List.tsx b/src/Pages/List/List.tsx index 16745c2..e59ac69 100644 --- a/src/Pages/List/List.tsx +++ b/src/Pages/List/List.tsx @@ -21,7 +21,7 @@ const List = () => { - + Drag and Drop Editor tailored for Mails @@ -52,20 +52,18 @@ const List = () => { Choose a template and get started. - - All templates are redesigned in dnde, by keeping the original mail as reference. - + All templates are redesigned in dnde, using original mail as reference. - + {isLoading && [1, 2].map((item, key) => { return ( - + { return ( {skeleton ? ( -
{skeleton}
+
{skeleton}
) : ( preview )}