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 ( <> -
A brief snapshot of your library.
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 ( <> -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 => {