From 52350ea0ecf7e7340ea7342f7de3755bdf7a3139 Mon Sep 17 00:00:00 2001 From: Francesco Minnocci Date: Sat, 10 Sep 2022 11:16:27 +0200 Subject: [PATCH] Fix help, remove SettimanaT temporarily --- src/components/HamburgerMenu.jsx | 8 ++++---- src/components/Help.jsx | 2 +- src/components/Toolbar.jsx | 18 +++++++++--------- 3 files changed, 14 insertions(+), 14 deletions(-) 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}