From 3e0c622fbae45f1fbd95b61777a063baaa896711 Mon Sep 17 00:00:00 2001 From: azdak Date: Mon, 25 Nov 2024 20:20:10 -0600 Subject: [PATCH] Started styling Add Pages screen --- src/routes/protected/pages/add-pages.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/routes/protected/pages/add-pages.tsx b/src/routes/protected/pages/add-pages.tsx index ea9f764..f3f52f2 100644 --- a/src/routes/protected/pages/add-pages.tsx +++ b/src/routes/protected/pages/add-pages.tsx @@ -111,29 +111,29 @@ const AddPages = () => { setValue('mode', value)} > By URL By Sitemap By CSV - + {/******* URL Input tab Content **********/} @@ -173,7 +173,7 @@ const AddPages = () => { Add URL - + {/******* Sitemap Input tab Content **********/} @@ -187,7 +187,7 @@ const AddPages = () => { })} /> - + {/******* CSV Input tab Content **********/}