Skip to content

Commit 249927b

Browse files
committed
removes organizers from home page menu and sections
1 parent 3ff359b commit 249927b

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/components/menu/index.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ const Menu = () => {
4646
>
4747
Sponsorship
4848
</button>
49-
<button
50-
onClick={() => {
51-
navigate('/#about')
52-
}}
53-
>
54-
About
55-
</button>
5649
</nav>
5750
)
5851

src/pages/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import Img from 'gatsby-image'
55
import HomeLayout from '../layouts/home'
66
import SEO from '../components/seo'
77
import Sponsors from '../components/sponsors'
8-
import Organizers from '../components/organizers'
98

109
import styles from './index.module.css'
1110

@@ -202,7 +201,6 @@ const IndexPage = ({ data }) => (
202201
</section>
203202

204203
<Sponsors />
205-
<Organizers />
206204
</HomeLayout>
207205
)
208206

0 commit comments

Comments
 (0)