From 618f0337413bc543d2b4f84d8b0ed1c291bf466f Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 28 Apr 2024 12:46:48 -0500 Subject: [PATCH] Update photo updates banner --- src/admin/AdminNavClient.tsx | 2 +- src/components/InfoBlock.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/admin/AdminNavClient.tsx b/src/admin/AdminNavClient.tsx index 953b56d1..4772002f 100644 --- a/src/admin/AdminNavClient.tsx +++ b/src/admin/AdminNavClient.tsx @@ -97,7 +97,7 @@ export default function AdminNavClient({
- Updates detected—they may take several minutes to show up + Photo updates detected—they may take several minutes to show up for visitors
} diff --git a/src/components/InfoBlock.tsx b/src/components/InfoBlock.tsx index ae780f8b..2426579e 100644 --- a/src/components/InfoBlock.tsx +++ b/src/components/InfoBlock.tsx @@ -24,7 +24,7 @@ export default function InfoBlock({ case 'blue': return [ 'text-main', 'bg-blue-50/50 border-blue-200', - 'dark:bg-blue-950/30 dark:border-blue-700/45', + 'dark:bg-blue-950/30 dark:border-blue-600/50', ]; } };