Skip to content

Commit

Permalink
Update Footer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
HimanshuNarware authored Oct 3, 2023
1 parent 7afd43a commit 1727c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Component/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Footer() {
<div className='cntc-link'><a href='https://www.linkedin.com/in/himanshunarware/' target='_blank' ><FaLinkedinIn/></a></div>
<div className='cntc-link'><a href='https://twitter.com/N_Himanshu_\' target='_blank' > <FaTwitter/></a></div>
<div className='cntc-link'><a href='https://github.com/HimanshuNarware' target='_blank' > <BsGithub/></a></div>
<div className='cntc-link'><a href='https://twitter.com/_Jason_Dsouza' target='_blank' > <AiTwotoneMail/></a></div>
<div className='cntc-link'><a href='himanshunarware77@gmail.com' target='_blank' > <AiTwotoneMail/></a></div>
</div>

</div>
Expand All @@ -29,4 +29,4 @@ function Footer() {
)
}

export default Footer
export default Footer

0 comments on commit 1727c34

Please sign in to comment.