Update cmd-k fallback text

This commit is contained in:
Sam Becker 2024-05-13 20:16:12 -05:00
parent 42a23d1863
commit 9cd9d751bd

View File

@ -228,7 +228,7 @@ export default function CommandKClient({
action: () => setArePhotosMatted?.(prev => !prev),
annotation: arePhotosMatted ? <FaCheck size={12} /> : undefined,
}, {
label: 'Toggle Image Fallback',
label: 'Toggle Image Fallbacks',
action: () => setShouldDebugImageFallbacks?.(prev => !prev),
annotation: shouldDebugImageFallbacks
? <FaCheck size={12} />