From 9cd9d751bdb5e5f50e32a6c7f5cbe92c604458b0 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Mon, 13 May 2024 20:16:12 -0500 Subject: [PATCH] Update cmd-k fallback text --- src/components/CommandKClient.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CommandKClient.tsx b/src/components/CommandKClient.tsx index 47eaa891..4f5af280 100644 --- a/src/components/CommandKClient.tsx +++ b/src/components/CommandKClient.tsx @@ -228,7 +228,7 @@ export default function CommandKClient({ action: () => setArePhotosMatted?.(prev => !prev), annotation: arePhotosMatted ? : undefined, }, { - label: 'Toggle Image Fallback', + label: 'Toggle Image Fallbacks', action: () => setShouldDebugImageFallbacks?.(prev => !prev), annotation: shouldDebugImageFallbacks ?