Skip to content

Commit

Permalink
added placement exe email
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaSurya-27 committed May 28, 2024
1 parent 2842753 commit 479b8cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/component/Pages/menteacher/First.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,13 @@ function First() {
<Link to={member.instagram}>
<i className="fab fa-instagram" />
</Link>
</li>
</li>*/}
<li>
{" "}
<Link to={`mailto:${member.mail}`}>
<i className="fa fa-envelope" />
</Link>
</li> */}
</li>
<li>
<Link to={`tel:${member.phone}`}>
<i className="fa fa-phone" />
Expand Down

0 comments on commit 479b8cd

Please sign in to comment.