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 */}