We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff359b commit 249927bCopy full SHA for 249927b
src/components/menu/index.js
@@ -46,13 +46,6 @@ const Menu = () => {
46
>
47
Sponsorship
48
</button>
49
- <button
50
- onClick={() => {
51
- navigate('/#about')
52
- }}
53
- >
54
- About
55
- </button>
56
</nav>
57
)
58
src/pages/index.js
@@ -5,7 +5,6 @@ import Img from 'gatsby-image'
5
import HomeLayout from '../layouts/home'
6
import SEO from '../components/seo'
7
import Sponsors from '../components/sponsors'
8
-import Organizers from '../components/organizers'
9
10
import styles from './index.module.css'
11
@@ -202,7 +201,6 @@ const IndexPage = ({ data }) => (
202
201
</section>
203
204
<Sponsors />
205
- <Organizers />
206
</HomeLayout>
207
208
0 commit comments