@@ -2,6 +2,7 @@ import React from 'react'
22import SEO from '../components/seo'
33import Layout from '../containers/layout'
44import Panel from '../components/Panel'
5+ import { Link } from 'gatsby'
56
67const Report = ( ) => {
78 const contactInfo = {
@@ -24,32 +25,26 @@ const Report = () => {
2425 ` }
2526 >
2627 < 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+ ! .
3634 </ p >
3735 < 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:
3938 </ p >
4039 < 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 >
5348 < li > - Send an email to { contactInfo . email } </ li >
5449 </ ul >
5550 </ section >
0 commit comments