diff --git a/src/components/HamburgerMenu.jsx b/src/components/HamburgerMenu.jsx index 23f4081..09bf29c 100644 --- a/src/components/HamburgerMenu.jsx +++ b/src/components/HamburgerMenu.jsx @@ -33,10 +33,10 @@ export const HamburgerMenu = ({ onClose, mode, setMode, source, setSource }) => options={[ { value: 'course', label: 'Corsi' }, { value: 'work-week-v', label: 'Settimana' }, - { - value: 'work-week-h', - label: 'Settimana (Trasposto)', - }, + // { + // value: 'work-week-h', + // label: 'Settimana (Trasposto)', + // }, ]} /> diff --git a/src/components/Help.jsx b/src/components/Help.jsx index a2d1f39..3ca8425 100644 --- a/src/components/Help.jsx +++ b/src/components/Help.jsx @@ -23,7 +23,7 @@ export const Help = ({}) => (

Stampa

- Puoi stampare l'orario attualmente visibile con il bottone (è + Da desktop puoi stampare l'orario attualmente visibile con il bottone (è consigliato controllare le opzioni di stampa per un risultato soddisfacente).

Bug & Contatti

diff --git a/src/components/Toolbar.jsx b/src/components/Toolbar.jsx index a2ad8e7..d72670a 100644 --- a/src/components/Toolbar.jsx +++ b/src/components/Toolbar.jsx @@ -33,15 +33,15 @@ export const Toolbar = ({ mode, setMode, source, setSource, onShowMenu, onHelp } options={[ { value: 'course', label: 'Corsi' }, { value: 'work-week-v', label: 'Settimana' }, - { - value: 'work-week-h', - label: ( - <> - - SettimanaT - - ), - }, + // { + // value: 'work-week-h', + // label: ( + // <> + // + // SettimanaT + // + // ), + // }, ]} value={mode} setValue={setMode}