mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-15 23:19:58 +02:00
fix(pitch): % -> x
This commit is contained in:
@@ -448,7 +448,7 @@ export const PitchControls = () => {
|
||||
</Button>
|
||||
)}
|
||||
<Text size="xs" style={{ fontFamily: 'monospace' }} ta="center" w="60px">
|
||||
{speed.toFixed(2)}% {speedToPitch(speed) > 0 && '+'}
|
||||
{speed.toFixed(2)}x {speedToPitch(speed) > 0 && '+'}
|
||||
{speedToPitch(speed) == 0 && '±'}
|
||||
{speedToPitch(speed).toFixed(2)}st
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user