diff --git a/frontend/lib/components/AdjustableRotatingImage.tsx b/frontend/lib/components/AdjustableRotatingImage.tsx index 67b21ef..2dafba9 100644 --- a/frontend/lib/components/AdjustableRotatingImage.tsx +++ b/frontend/lib/components/AdjustableRotatingImage.tsx @@ -69,7 +69,7 @@ const AdjustableRotatingImage: FunctionComponent = max={ Speed.fastest } step={ 1 } value={ speed } - label='Speed' + label='Speeeeeeeeeeed' onChange={ (newValue): void => { setSpeed(newValue); } }