diff --git a/src/client/components/Import/Import.tsx b/src/client/components/Import/Import.tsx index 6cc4d25..0d98d49 100644 --- a/src/client/components/Import/Import.tsx +++ b/src/client/components/Import/Import.tsx @@ -156,14 +156,14 @@ export const Import = (props: IProps): ReactElement => { -
-
+
+
-

- - Import Comics - - will add comics identified from the mapped folder into +

+ Importing will add comics identified from the mapped folder into ThreeTwo's database.

@@ -175,7 +175,8 @@ export const Import = (props: IProps): ReactElement => {

-

+ + {/*

-

+

*/} +
+ +
{importJobQueue.status !== "drained" && !isUndefined(importJobQueue.status) && ( @@ -249,9 +264,9 @@ export const Import = (props: IProps): ReactElement => { {/* Past imports */} {!isLoading && !isEmpty(data?.data) && ( - <> -

Past Imports

- +
+

Past Imports

+
@@ -291,7 +306,7 @@ export const Import = (props: IProps): ReactElement => { })}
Time Started
- +
)}
diff --git a/src/client/components/shared/Navbar2.tsx b/src/client/components/shared/Navbar2.tsx index df9b33e..8afff16 100644 --- a/src/client/components/shared/Navbar2.tsx +++ b/src/client/components/shared/Navbar2.tsx @@ -82,9 +82,7 @@ export const Navbar2 = (): ReactElement => { className="flex items-center space-x-1 text-gray-500 transition hover:text-gray-500/75 dark:text-white dark:hover:text-white/75" > - - - + Settings