Skip to content

Commit 9dbfb51

Browse files
committed
make coc email a mailto link
1 parent a0ad818 commit 9dbfb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/report.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const Report = () => {
4545
</Link>{' '}
4646
organizer know, either in person or via Twitter.
4747
</li>
48-
<li>- Send an email to {contactInfo.email}</li>
48+
<li>- Send an email to <a href={`mailto:${contactInfo.email}`}>{contactInfo.email}</a></li>
4949
</ul>
5050
</section>
5151
</Panel>

0 commit comments

Comments
 (0)