Skip to content

Commit a243639

Browse files
author
Vivek Vishal
authored
Merge pull request #6325 from Dungeon-Masterji/Email
Removed Extra = Appearing Before Email on Lee Calcote’s Bio Page
2 parents 3a1e6ae + daf1bd0 commit a243639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sections/Community/Member-single/executive_bio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const MemberBio = ({ frontmatter, body }) => {
8787
)}
8888
{email && (
8989
<li>
90-
<a href={`mailto:=${email}`}>
90+
<a href={`mailto:${email}`}>
9191
<MdMail className="github" size={32} />
9292
</a>
9393
</li>

0 commit comments

Comments
 (0)