Skip to content

Commit

Permalink
Merge pull request #43 from CDC-IITDH/nitin
Browse files Browse the repository at this point in the history
added mail in footer
  • Loading branch information
MadduriSivamohan authored Feb 13, 2025
2 parents 897af7b + 6f400e7 commit 4c4b937
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/component/footer/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,19 @@ function Main() {
<div style={{ display: "flex", alignItems: "center" }}>
<i className="icon fal fa-envelope" />
<span>
<Link
style={{ display: "block" }}
to="mailto:tpo@iitdh.ac.in"
>
tpo@iitdh.ac.in
</Link>
<Link
style={{ display: "block" }}
to="mailto:cdc@iitdh.ac.in"
>
cdc@iitdh.ac.in
</Link>
{/* <br />
<Link to="mailto:help@example.com">help@example.com</Link> */}

</span>
</div>
</li>
Expand Down

0 comments on commit 4c4b937

Please sign in to comment.