From a6ef6c529fdead8d5df8bc5aa5e481c9340ed92f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Fri, 30 Jun 2023 16:52:24 +0300 Subject: [PATCH] Hide workshops --- pages/components/NavBar.tsx | 3 ++- pages/index.tsx | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/components/NavBar.tsx b/pages/components/NavBar.tsx index 1bf1cd7..d9dbfee 100644 --- a/pages/components/NavBar.tsx +++ b/pages/components/NavBar.tsx @@ -15,9 +15,10 @@ const NavBar = () => { Esiintyjät + {/* // No workshops on 2023 Työpajat - + */} Info diff --git a/pages/index.tsx b/pages/index.tsx index cbb4c8f..20b2d97 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -5,7 +5,7 @@ import Info from './info'; import styles from '../styles/Index.module.scss'; import Lead from './components/Lead'; import Collaboration from './components/Collaboration'; -import Workshops from './workshops'; +// import Workshops from './workshops'; const Home: NextPage = () => { return ( @@ -14,7 +14,7 @@ const Home: NextPage = () => { - + {/* // No workshops on 2023 */}