We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ad818 commit 9dbfb51Copy full SHA for 9dbfb51
src/pages/report.js
@@ -45,7 +45,7 @@ const Report = () => {
45
</Link>{' '}
46
organizer know, either in person or via Twitter.
47
</li>
48
- <li>- Send an email to {contactInfo.email}</li>
+ <li>- Send an email to <a href={`mailto:${contactInfo.email}`}>{contactInfo.email}</a></li>
49
</ul>
50
</section>
51
</Panel>
0 commit comments