From 1781a5e9c57f938537488a07279b8b2fc453f1e6 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Tue, 11 Feb 2025 00:13:23 -0600 Subject: [PATCH] Add sample template recommendation --- src/admin/AdminAppInsightsClient.tsx | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) 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}