Hide workshops
This commit is contained in:
@@ -15,9 +15,10 @@ const NavBar = () => {
|
|||||||
<Link href='/performers'>
|
<Link href='/performers'>
|
||||||
<a className={styles.navBarLink}>Esiintyjät</a>
|
<a className={styles.navBarLink}>Esiintyjät</a>
|
||||||
</Link>
|
</Link>
|
||||||
|
{/* // No workshops on 2023
|
||||||
<Link href='/workshops'>
|
<Link href='/workshops'>
|
||||||
<a className={styles.navBarLink}>Työpajat</a>
|
<a className={styles.navBarLink}>Työpajat</a>
|
||||||
</Link>
|
</Link> */}
|
||||||
<Link href='/info'>
|
<Link href='/info'>
|
||||||
<a className={styles.navBarLink}>Info</a>
|
<a className={styles.navBarLink}>Info</a>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import Info from './info';
|
|||||||
import styles from '../styles/Index.module.scss';
|
import styles from '../styles/Index.module.scss';
|
||||||
import Lead from './components/Lead';
|
import Lead from './components/Lead';
|
||||||
import Collaboration from './components/Collaboration';
|
import Collaboration from './components/Collaboration';
|
||||||
import Workshops from './workshops';
|
// import Workshops from './workshops';
|
||||||
|
|
||||||
const Home: NextPage = () => {
|
const Home: NextPage = () => {
|
||||||
return (
|
return (
|
||||||
@@ -14,7 +14,7 @@ const Home: NextPage = () => {
|
|||||||
<Lead />
|
<Lead />
|
||||||
<Performers />
|
<Performers />
|
||||||
<Program />
|
<Program />
|
||||||
<Workshops />
|
{/* <Workshops /> // No workshops on 2023 */}
|
||||||
<Info />
|
<Info />
|
||||||
<Collaboration />
|
<Collaboration />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user