From fd4e8985fc1ae1931df2819dc2b86edf2b270d95 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Fri, 8 Mar 2024 12:16:58 -0800 Subject: [PATCH] Beam: 1.15 --- src/apps/settings-modal/UxLabsSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/settings-modal/UxLabsSettings.tsx b/src/apps/settings-modal/UxLabsSettings.tsx index 70ad627c1..b202baeb1 100644 --- a/src/apps/settings-modal/UxLabsSettings.tsx +++ b/src/apps/settings-modal/UxLabsSettings.tsx @@ -33,7 +33,7 @@ export function UxLabsSettings() { return <> Chat Beam} description={'v1.14 · ' + (labsChatBeam ? 'Active' : 'Off')} + title={<>Chat Beam} description={'v1.15 · ' + (labsChatBeam ? 'Active' : 'Off')} checked={labsChatBeam} onChange={setLabsChatBeam} />