Skip to content

Commit

Permalink
newCommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruta7203 committed May 26, 2024
1 parent bd244f4 commit 95b96fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/Component/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,11 @@ function Footer() {
<a
href="https://www.linkedin.com/in/himanshunarware/"
rel="noreferrer"
target="_blank"
>
<BsLinkedin className="text-white mx-1 fs-4"/>
</a>
<a href="https://twitter.com/N_Himanshu_/" rel="noreferrer">
<a href="https://twitter.com/N_Himanshu_/" rel="noreferrer" target="_blank">
<FaTwitter className="text-white mx-1 fs-4"/>
</a>
<a href="mailto:himanshunarware77@gmail.com" rel="noreferrer">
Expand All @@ -138,6 +139,7 @@ function Footer() {
<a
href="https://github.com/HimanshuNarware/Devlabs"
rel="noreferrer"
target="_blank"
>
<FaGithubSquare className="text-white mx-1 fs-4"/>
</a>
Expand Down

0 comments on commit 95b96fd

Please sign in to comment.