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

This commit is contained in:
cvancau
2026-08-09 22:43:02 +02:00
parent ba33a2330c
commit 768c89d70b
+1 -1
View File
@@ -125,7 +125,7 @@ export default function Menu(props) {
{/* 2 boutons Editor / Memory */}
<div className="my-1 w-full">
<label htmlFor="midi-in-select" className="text-xs font-bold text-gray-500 uppercase">MENU/label>
<label htmlFor="midi-in-select" className="text-xs font-bold text-gray-500 uppercase">MENU</label>
<div className="flex gap-1 w-full">
<button
className={props.page === 'editor' ? 'btn btn-active w-1/2' : 'btn w-1/2'}