Hide workshops

This commit is contained in:
2023-06-30 16:52:24 +03:00
parent 93f7c2de23
commit a6ef6c529f
2 changed files with 4 additions and 3 deletions

View File

@@ -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 = () => {
<Lead />
<Performers />
<Program />
<Workshops />
{/* <Workshops /> // No workshops on 2023 */}
<Info />
<Collaboration />
</div>