[auto] update framing text to reference red line instead of box

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
main
name 2026-04-11 17:45:05 -07:00
parent 96bb75b68f
commit 84aa5bbeee
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ export function GestureOverlay({ gesture, calibrationStatus, framingHint }: Prop
)}
<div className="debug-status">
{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'}