We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a1e6ae + daf1bd0 commit a243639Copy full SHA for a243639
1 file changed
src/sections/Community/Member-single/executive_bio.js
@@ -87,7 +87,7 @@ const MemberBio = ({ frontmatter, body }) => {
87
)}
88
{email && (
89
<li>
90
- <a href={`mailto:=${email}`}>
+ <a href={`mailto:${email}`}>
91
<MdMail className="github" size={32} />
92
</a>
93
</li>
0 commit comments