Actualiser src/features/menu/index.jsx
Deploy to home / deploy (push) Successful in 11s

This commit is contained in:
cvancau
2026-08-09 22:55:31 +02:00
parent c72e04e89d
commit 4802856fc0
+3 -5
View File
@@ -206,12 +206,11 @@ export default function Menu(props) {
{/* CONTENEUR DES BOUTONS D'ACTIONS */}
<div className="my-1 flex flex-col space-y-2">
<label htmlFor="midi-in-select" className="text-xs font-bold text-gray-500 uppercase"> TYPE ACTION</label>
<label htmlFor="midi-in-select" className="text-xs font-bold text-gray-500 uppercase">DEVICE IMPORT</label>
<button
className="btn bg-indigo-600 text-white hover:bg-indigo-700 w-full font-semibold"
onClick={() => {requestCurrentPatchDump();}}
>
📥 Import from KORG
>📥 Import from KORG
</button>
</div>
@@ -284,8 +283,7 @@ export default function Menu(props) {
<div className="my-1 w-full">
<div className="text-xs font-semibold text-gray-500 uppercase mb-1">TIMBRES</div>
<label htmlFor="midi-in-select" className="text-xs font-bold text-gray-500 uppercase">TIMBRES</label>
<div className="grid grid-cols-4 gap-1">
<button
disabled={state.patch.mode === 'Vocoder'}