Skip to content

Commit

Permalink
error free
Browse files Browse the repository at this point in the history
  • Loading branch information
darshanbajgain committed Oct 15, 2023
1 parent 3a5d86f commit a417fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/AboutContent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const AboutContent = () => {
<a href="https://github.com/darshanbajgai" target="_blank" rel="noopener noreferrer">
<FaGithub size={32} className="text-white mr-4 hover-text-slate-400" />
</a>
<a href="https://twitter.com/thearshanbajgai" target="_blank" rel="noopener noreferrer">
<a href="https://twitter.com/thearshanbajgain" target="_blank" rel="noopener noreferrer">
<FaTwitter size={32} className="text-white hover-text-slate-400" />
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Footer = () => {
<div className='flex justify-center items-center space-x-4'>
<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>
<a href='https://github.com/darshanbajgain'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 a417fe9

Please sign in to comment.