@@ -2,6 +2,7 @@ import React from 'react'
2
2
import SEO from '../components/seo'
3
3
import Layout from '../containers/layout'
4
4
import Panel from '../components/Panel'
5
+ import { Link } from 'gatsby'
5
6
6
7
const Report = ( ) => {
7
8
const contactInfo = {
@@ -24,32 +25,26 @@ const Report = () => {
24
25
` }
25
26
>
26
27
< p >
27
- We want QueerJS to be a safe and inclusive environment. That’s why we ask our attendees to follow our
28
- < a
29
- href = "/code-of-conduct"
30
- rel = "noopener noreferrer"
31
- title = "Code of Conduct"
32
- >
33
- Code of Conduct
34
- </ a > !
35
- .
28
+ We want QueerJS to be a safe and inclusive environment. That’s why we ask our
29
+ attendees to follow our{ ' ' }
30
+ < Link to = "/code-of-conduct" title = "Code of Conduct" >
31
+ Code of Conduct
32
+ </ Link >
33
+ ! .
36
34
</ p >
37
35
< p >
38
- In the unfortunate case that you see someone violating the code of conduct, here are some ways you can report it to us:
36
+ In the unfortunate case that you see someone violating the code of conduct, here are
37
+ some ways you can report it to us:
39
38
</ p >
40
39
< ul >
41
- < li > - Send a DM to { contactInfo . twitterHandle } </ li >
42
- < li > - Let a
43
- { ' ' }
44
- < a
45
- href = "/organizers"
46
- rel = "noopener noreferrer"
47
- title = "Code of Conduct"
48
- >
49
- Core Team
50
- </ a >
51
- { ' ' }
52
- organizer know, either in person or via Twitter.</ li >
40
+ < li > - Send a DM to { contactInfo . twitterHandle } </ li >
41
+ < li >
42
+ - Let a{ ' ' }
43
+ < a href = "/organizers" rel = "noopener noreferrer" title = "Code of Conduct" >
44
+ Core Team
45
+ </ a > { ' ' }
46
+ organizer know, either in person or via Twitter.
47
+ </ li >
53
48
< li > - Send an email to { contactInfo . email } </ li >
54
49
</ ul >
55
50
</ section >
0 commit comments