mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 06:29:32 +02:00
fix: typo
This commit is contained in:
@@ -60,7 +60,7 @@ export default function Shuffle() {
|
||||
onChange={setInput}
|
||||
/>
|
||||
}
|
||||
result={<ToolTextResult title={'Rotated list'} value={result} />}
|
||||
result={<ToolTextResult title={'Shuffled list'} value={result} />}
|
||||
/>
|
||||
<ToolOptions
|
||||
compute={compute}
|
||||
|
Reference in New Issue
Block a user