mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-20 18:18:32 +00:00
change import sounds label to import sounds folder
This commit is contained in:
parent
7cc44a8829
commit
3dae2a80ab
@ -21,8 +21,9 @@ export default function ImportSoundsButton({ onComplete }) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<label
|
<label
|
||||||
style={{ alignItems: 'center' }}
|
style={{ alignItems: 'center',
|
||||||
className="flex bg-background ml-2 pl-2 pr-2 max-w-[300px] rounded-md hover:opacity-50 whitespace-nowrap cursor-pointer"
|
}}
|
||||||
|
className="flex bg-background ml-2 pl-2 pr-2 max-w-[210px] rounded-md hover:opacity-50 whitespace-nowrap cursor-pointer"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
disabled={isUploading}
|
disabled={isUploading}
|
||||||
@ -38,7 +39,7 @@ export default function ImportSoundsButton({ onComplete }) {
|
|||||||
onChange();
|
onChange();
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
{isUploading ? 'importing...' : 'import sounds'}
|
{isUploading ? 'importing...' : 'import sounds folder'}
|
||||||
</label>
|
</label>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user