Skip to content

Commit

Permalink
fix: Add more es to speed. (#6)
Browse files Browse the repository at this point in the history
* fix: Add more es to speed.

* Update AdjustableRotatingImage.tsx
  • Loading branch information
dotKuro authored Sep 1, 2021
1 parent 801381e commit b89049b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/lib/components/AdjustableRotatingImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const AdjustableRotatingImage: FunctionComponent<AdjustableRotatingImageProps> =
max={ Speed.fastest }
step={ 1 }
value={ speed }
label='Speed'
label='Speeeeeeeeeeed'
onChange={ (newValue): void => {
setSpeed(newValue);
} }
Expand Down

0 comments on commit b89049b

Please sign in to comment.