Update photo updates banner

This commit is contained in:
Sam Becker 2024-04-28 12:46:48 -05:00
parent 72dd044c83
commit 618f033741
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ export default function AdminNavClient({
<InfoBlock centered={false} padding="tight" color="blue">
<div className="flex items-center gap-3">
<FaRegClock className="flex-shrink-0" />
Updates detectedthey may take several minutes to show up
Photo updates detectedthey may take several minutes to show up
for visitors
</div>
</InfoBlock>}

View File

@ -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',
];
}
};