Skip to content

Commit a0ad818

Browse files
committed
change a to Link
1 parent d8e8a6f commit a0ad818

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pages/code-of-conduct.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ const CodeOfConduct = () => {
7878
</p>
7979
<p>
8080
If you can’t find the organizer, please{' '}
81-
<a href="/report" rel="noopener noreferrer" title="Code of Conduct">
81+
<Link to="/report" title="Code of Conduct">
8282
Report an Issue
83-
</a>
83+
</Link>
8484
.
8585
</p>
8686
<p>

src/pages/report.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ const Report = () => {
4040
<li>- Send a DM to {contactInfo.twitterHandle}</li>
4141
<li>
4242
- Let a{' '}
43-
<a href="/organizers" rel="noopener noreferrer" title="Code of Conduct">
43+
<Link to="/organizers" title="Code of Conduct">
4444
Core Team
45-
</a>{' '}
45+
</Link>{' '}
4646
organizer know, either in person or via Twitter.
4747
</li>
4848
<li>- Send an email to {contactInfo.email}</li>

0 commit comments

Comments
 (0)