Skip to content

Commit

Permalink
changed anchor width
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabtarwani committed Nov 7, 2021
1 parent 79226e2 commit 55c350b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/Home/SocialLinks/SocialLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ export const SocialLinks = () => {
return (
<>
<div className="mt-2 flex justify-start items-center">
<a href="https://github.com/arnabtarwani" target="_blank"><FaGithub className="mr-4" size={20} /></a>
<a href="https://linkedin.com/in/arnabtarwani" target="_blank"><FaLinkedin className="mr-4" size={20} /></a>
<a href="https://twitter.com/arnabtarwani" target="_blank"><FaTwitter className="mr-4" size={20} /></a>
<a href="https://medium.com/@arnab.tarwani" target="_blank"><FaMedium className="mr-4" size={20} /></a>
<a href="https://www.instagram.com/arnabtarwani/" target="_blank"><FaInstagram className="mr-4" size={20} /></a>
<a href="mailto:arnab@tarwani.net" target="_blank"><HiOutlineMail className="mr-4" size={22} /></a>
<a href="https://github.com/arnabtarwani" target="_blank" className="mr-4"><FaGithub size={20} /></a>
<a href="https://linkedin.com/in/arnabtarwani" target="_blank" className="mr-4"><FaLinkedin size={20} /></a>
<a href="https://twitter.com/arnabtarwani" target="_blank" className="mr-4"><FaTwitter size={20} /></a>
<a href="https://medium.com/@arnab.tarwani" target="_blank" className="mr-4"><FaMedium size={20} /></a>
<a href="https://www.instagram.com/arnabtarwani/" target="_blank" className="mr-4"><FaInstagram className="mr-4" size={20} /></a>
<a href="mailto:arnab@tarwani.net" target="_blank" className="mr-4"><HiOutlineMail size={22} /></a>
</div>
</>
)
Expand Down

1 comment on commit 55c350b

@vercel
Copy link

@vercel vercel bot commented on 55c350b Nov 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.