diff --git a/src/client/components/Dashboard/Dashboard.tsx b/src/client/components/Dashboard/Dashboard.tsx index ac4c2d9..c9ef126 100644 --- a/src/client/components/Dashboard/Dashboard.tsx +++ b/src/client/components/Dashboard/Dashboard.tsx @@ -67,16 +67,19 @@ export const Dashboard = (): ReactElement => { }); return ( -
- - {recentComics && } - {/* Wanted comics */} - - {/* Library Statistics */} - {statistics && } - {/* Volume groups */} - -
+ <> + +
+ + {recentComics && } + {/* Wanted comics */} + + {/* Library Statistics */} + {statistics && } + {/* Volume groups */} + +
+ ); }; diff --git a/src/client/components/Dashboard/PullList.tsx b/src/client/components/Dashboard/PullList.tsx index 0e1d545..d571df4 100644 --- a/src/client/components/Dashboard/PullList.tsx +++ b/src/client/components/Dashboard/PullList.tsx @@ -142,7 +142,7 @@ export const PullList = (): ReactElement => { /> -
+
{isSuccess && !isLoading && (
diff --git a/src/client/components/shared/Navbar2.tsx b/src/client/components/shared/Navbar2.tsx index 43eadf0..12862c3 100644 --- a/src/client/components/shared/Navbar2.tsx +++ b/src/client/components/shared/Navbar2.tsx @@ -11,13 +11,14 @@ export const Navbar2 = (): ReactElement => { }; return ( -
- {/* Logo */} -
- ThreeTwo! +
+
+
+ {/* Logo */} + ThreeTwo! - {/* Main Navigation */} -
+ {/* Main Navigation */} +
- {/* Right-most Nav */} -
-
    - {/* Settings Icon and text */} -
  • - - - - - Settings - -
  • - -
  • - {/* Light/Dark Mode toggle */} -
    - Light -
    -
  • -
+ + + + Settings + + + +
  • + {/* Light/Dark Mode toggle */} +
    + Light + + Dark +
    +
  • + +