Hide workshops
This commit is contained in:
@@ -15,9 +15,10 @@ const NavBar = () => {
|
||||
<Link href='/performers'>
|
||||
<a className={styles.navBarLink}>Esiintyjät</a>
|
||||
</Link>
|
||||
{/* // No workshops on 2023
|
||||
<Link href='/workshops'>
|
||||
<a className={styles.navBarLink}>Työpajat</a>
|
||||
</Link>
|
||||
</Link> */}
|
||||
<Link href='/info'>
|
||||
<a className={styles.navBarLink}>Info</a>
|
||||
</Link>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user