-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create attend-events.js #679
Conversation
Relates to #678 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@veextee I made a couple pretty minor comments. Thanks so much for creating this! This will be super nice to have!!
@@ -0,0 +1,71 @@ | |||
import React from 'react'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not quite sure how to comment on the file as a whole, but just wanted to point out that you have this file in the root folder. Unfortunately Gatsby won't be able to see this file, so it won't actually create a page for it. Can you move this file to the src/pages
directory? Gatsby will then be able to pick it up, work some magic ✨ and create a page for it.
From what I can tell otherwise, this page looks pretty good 🙂
Co-authored-by: Jerel Miller <[email protected]>
Closing in favor of #684 |
Attempt at taking Stijn's kubecon page and jemiah's nerd days page to make an "attend events" page. please edit.