11import React from 'react'
22import SEO from '../components/seo'
3+ import { Link } from 'gatsby'
34import Layout from '../containers/layout'
45import Panel from '../components/Panel'
56
6- const CodeOfConduct = ( { location } ) => {
7- const organizer = ( location . state || { } ) . organizer || {
8- name : 'Sara Vieira' ,
9- phoneNumber : '+351 91 7296 830' ,
10- email : 'hey@iamsaravieira.com' ,
11- twitterHandle : '@NikkitaFTW'
12- }
7+ const CodeOfConduct = ( ) => {
138 return (
149 < Layout >
1510 < SEO
1611 title = "QueerJS - Code Of Conduct"
1712 description = "A meetup for everyone where Queer Speakers take the stage"
1813 />
19- < main >
14+ < main
15+ css = { `
16+ margin-bottom: 40px;
17+ ` }
18+ >
2019 < h1 hidden > Welcome to QueerJS</ h1 >
2120 < Panel heading = "Code of Conduct" >
2221 < section
@@ -33,7 +32,11 @@ const CodeOfConduct = ({ location }) => {
3332 from all participants to help ensuring a safe environment for everybody.
3433 </ p >
3534 < p >
36- Need Help? Contact { organizer . name } { organizer . phoneNumber }
35+ { ' ' }
36+ < Link to = "/report" title = "Code of Conduct" >
37+ Report an Issue
38+ </ Link >
39+ .
3740 </ p >
3841
3942 < h2 > The Quick Version</ h2 >
@@ -74,8 +77,11 @@ const CodeOfConduct = ({ location }) => {
7477 please notify a QueerJS organizer as soon as possible.
7578 </ p >
7679 < p >
77- If you can’t find the organizer, reach out to { organizer . name } at { organizer . email } /{ ' ' }
78- { organizer . phoneNumber } / { organizer . twitterHandle }
80+ If you can’t find the organizer, please{ ' ' }
81+ < Link to = "/report" title = "Code of Conduct" >
82+ Report an Issue
83+ </ Link >
84+ .
7985 </ p >
8086 < p >
8187 Conference staff will be happy to help participants and assist those experiencing
0 commit comments