diff --git a/src/client/components/Dashboard/LibraryStatistics.tsx b/src/client/components/Dashboard/LibraryStatistics.tsx index f216fe6..bcb181f 100644 --- a/src/client/components/Dashboard/LibraryStatistics.tsx +++ b/src/client/components/Dashboard/LibraryStatistics.tsx @@ -8,7 +8,9 @@ export const LibraryStatistics = ( // const { stats } = props; return ( <> -

Statistics

+

+ Statistics +

A brief snapshot of your library.

diff --git a/src/client/components/Dashboard/PullList.tsx b/src/client/components/Dashboard/PullList.tsx index 7377ad3..1f7472b 100644 --- a/src/client/components/Dashboard/PullList.tsx +++ b/src/client/components/Dashboard/PullList.tsx @@ -88,7 +88,9 @@ export const PullList = ({ issues }: PullListProps): ReactElement => { return ( <>
-

Discover

+

+ Discover +

Pull List aggregated for the week from League Of Comic Geeks

diff --git a/src/client/components/Dashboard/RecentlyImported.tsx b/src/client/components/Dashboard/RecentlyImported.tsx index 3539736..395814f 100644 --- a/src/client/components/Dashboard/RecentlyImported.tsx +++ b/src/client/components/Dashboard/RecentlyImported.tsx @@ -28,8 +28,10 @@ export const RecentlyImported = ({ return ( <> -
-

Recently Imported

+
+

+ Recently Imported +

Recent Library activity such as imports, tagging, etc.

diff --git a/src/client/components/Dashboard/VolumeGroups.tsx b/src/client/components/Dashboard/VolumeGroups.tsx index 3da79c7..ab45b45 100644 --- a/src/client/components/Dashboard/VolumeGroups.tsx +++ b/src/client/components/Dashboard/VolumeGroups.tsx @@ -22,7 +22,9 @@ export const VolumeGroups = (props): ReactElement => {