Skip to content

Commit

Permalink
url link will be opned from new tab when clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
darshanbajgain committed Oct 15, 2023
1 parent 8991341 commit 3a5d86f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ const Footer = () => {
*/}
<div className='text-sm hover:text-white'>
<HiGlobe size={20} className='text-gray-300 mr-2 inline' />
<a href='https://darshanbajgain.github.io' className='align-middle '>darshanbajgain.github.io</a>
<a href='https://darshanbajgain.github.io'target="_blank" rel="noopener noreferrer" className='align-middle '>darshanbajgain.github.io</a>
</div>
</div>

{/* Footer Column 3 */}
<div>
<h2 className='text-lg font-semibold text-white mb-4'>Follow Me</h2>
<div className='flex justify-center items-center space-x-4'>
<a href='https://twitter.com/thearshanbajgai' className='text-gray-300 hover:text-white' title='Twitter'><FaTwitter size={22} /></a>
<a href='https://www.linkedin.com/in/darshanbajgain/' className='text-gray-300 hover:text-white' title='LinkedIn'><FaLinkedin size={22} /></a>
<a href='https://github.com/darshanbajgai' className='text-gray-300 hover:text-white' title='GitHub'><FaGithub size={22} /></a>
<a href='https://twitter.com/thearshanbajgai'target="_blank" rel="noopener noreferrer" className='text-gray-300 hover:text-white' title='Twitter'><FaTwitter size={22} /></a>
<a href='https://www.linkedin.com/in/darshanbajgain/'target="_blank" rel="noopener noreferrer" className='text-gray-300 hover:text-white' title='LinkedIn'><FaLinkedin size={22} /></a>
<a href='https://github.com/darshanbajgai'target="_blank" rel="noopener noreferrer" className='text-gray-300 hover:text-white' title='GitHub'><FaGithub size={22} /></a>
</div>
</div>
</div>
Expand Down

0 comments on commit 3a5d86f

Please sign in to comment.