1
1
import React from 'react'
2
2
import SEO from '../components/seo'
3
+ import { Link } from 'gatsby'
3
4
import Layout from '../containers/layout'
4
5
import Panel from '../components/Panel'
5
6
6
- const CodeOfConduct = ( { location } ) => {
7
- const organizer = ( location . state || { } ) . organizer || {
8
- name : 'Sara Vieira' ,
9
- phoneNumber : '+351 91 7296 830' ,
10
-
11
- twitterHandle : '@NikkitaFTW'
12
- }
7
+ const CodeOfConduct = ( ) => {
13
8
return (
14
9
< Layout >
15
10
< SEO
16
11
title = "QueerJS - Code Of Conduct"
17
12
description = "A meetup for everyone where Queer Speakers take the stage"
18
13
/>
19
- < main >
14
+ < main
15
+ css = { `
16
+ margin-bottom: 40px;
17
+ ` }
18
+ >
20
19
< h1 hidden > Welcome to QueerJS</ h1 >
21
20
< Panel heading = "Code of Conduct" >
22
21
< section
@@ -33,7 +32,11 @@ const CodeOfConduct = ({ location }) => {
33
32
from all participants to help ensuring a safe environment for everybody.
34
33
</ p >
35
34
< 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
+ .
37
40
</ p >
38
41
39
42
< h2 > The Quick Version</ h2 >
@@ -74,8 +77,11 @@ const CodeOfConduct = ({ location }) => {
74
77
please notify a QueerJS organizer as soon as possible.
75
78
</ p >
76
79
< 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
+ .
79
85
</ p >
80
86
< p >
81
87
Conference staff will be happy to help participants and assist those experiencing
0 commit comments