This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user