From 84aa5bbeeebec96a0fdc16f1463e79918b9c5887 Mon Sep 17 00:00:00 2001 From: name Date: Sat, 11 Apr 2026 17:45:05 -0700 Subject: [PATCH] [auto] update framing text to reference red line instead of box Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/GestureOverlay.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/GestureOverlay.tsx b/src/components/GestureOverlay.tsx index cd795bf..9eb04bc 100644 --- a/src/components/GestureOverlay.tsx +++ b/src/components/GestureOverlay.tsx @@ -24,8 +24,8 @@ export function GestureOverlay({ gesture, calibrationStatus, framingHint }: Prop )}
{calibrationStatus === 'framing' && (framingHint - ? `Fit inside the red box — ${framingHint}` - : 'Fit your whole body inside the red box')} + ? `Stay above the red line — ${framingHint}` + : 'Stand so your whole body is above the red line')} {calibrationStatus === 'waiting' && 'Hold still...'} {calibrationStatus === 'calibrating' && 'Calibrating — hold still...'} {calibrationStatus === 'pos-center' && 'Raise arms to start'}