diff --git a/src/admin/AdminAppInsightsClient.tsx b/src/admin/AdminAppInsightsClient.tsx index 5029d54c..4f868cc4 100644 --- a/src/admin/AdminAppInsightsClient.tsx +++ b/src/admin/AdminAppInsightsClient.tsx @@ -1,7 +1,9 @@ 'use client'; +import Note from '@/components/Note'; import { dateRangeForPhotos, PhotoDateRange } from '@/photo'; import clsx from 'clsx/lite'; +import { FaCodeFork } from 'react-icons/fa6'; export default function AdminAppInsightsClient({ photosCount, @@ -22,16 +24,26 @@ export default function AdminAppInsightsClient({ return (
-
- Library stats +
+ Template Recommendations +
+ } + className="w-[clamp(300px,80%,1000px)] m-auto" + > + Consider forking this repository in order to + receive new features and fixes + +
+ Library Stats
Photos
{photosCount}