Skip to content

Commit

Permalink
make coc email a mailto link
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Nov 12, 2019
1 parent a0ad818 commit 9dbfb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/report.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Report = () => {
</Link>{' '}
organizer know, either in person or via Twitter.
</li>
<li>- Send an email to {contactInfo.email}</li>
<li>- Send an email to <a href={`mailto:${contactInfo.email}`}>{contactInfo.email}</a></li>
</ul>
</section>
</Panel>
Expand Down

0 comments on commit 9dbfb51

Please sign in to comment.