spelling
This commit is contained in:
parent
11a07df120
commit
ff8ec628be
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export function AudioEngineTargetSelector({ target, onChange, isDisabled }) {
|
|||
<SelectInput isDisabled={isDisabled} options={options} value={target} onChange={onTargetChange} />
|
||||
{target === audioEngineTargets.osc && (
|
||||
<div>
|
||||
<p className='text-sm italic'>⚠ Events routed to OSC, audio is silenced! See <a className='text-blue-500' href="https://strudel.cc/learn/input-output/">Docs</a></p>
|
||||
<p className='text-sm italic'>⚠ All events routed to OSC, audio is silenced! See <a className='text-blue-500' href="https://strudel.cc/learn/input-output/">Docs</a></p>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue