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.
2 parents 55d8dcc + 41433ce commit 093d196Copy full SHA for 093d196
src/components/header/index.js
@@ -49,9 +49,10 @@ const Header = ({ siteTitle }) => (
49
title="QueerJS Shop"
50
rel="noopener noreferrer"
51
>
52
- Donate to our open collective
+ Donate
53
</NavHref>
54
</li>
55
+ <li><NavLink to="/organizers">Organizers</NavLink> </li>
56
</ul>
57
</NavRow>
58
</Nav>
src/pages/index.js
@@ -59,19 +59,6 @@ const IndexPage = ({ data: { allEvent } }) => {
59
</Cities>
60
</Panel>
61
) : null}
62
-
63
- {/* <Thanks
64
- organizers={[]}
65
- thanks={[
66
- {
67
- link: 'https://www.flaticon.com',
68
- name: 'Thank you to flaticon',
69
- reason: 'icons'
70
- }
71
- ]}
72
- site={site}
73
- mainOrganizer={mainOrganizer.find(o => o.main)}
74
- /> */}
75
</Layout>
76
)
77
}
0 commit comments