Skip to content

Commit

Permalink
Merge pull request #77 from Ravendra1236/main
Browse files Browse the repository at this point in the history
Added Redirection of insta and linkedIn
  • Loading branch information
yazdanhaider authored Oct 20, 2024
2 parents 8838441 + b857a73 commit e6fa33e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Frontend/src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const Footer = () => {
const socialLinks = [
{ icon: FaTwitter, href: '#', color: 'text-blue-400' },
{ icon: FaFacebookF, href: '#', color: 'text-blue-600' },
{ icon: FaInstagram, href: '#', color: 'text-pink-500' },
{ icon: FaLinkedinIn, href: '#', color: 'text-blue-700' },
{ icon: FaInstagram, href: 'https://www.instagram.com/yazdan.haider23/', color: 'text-pink-500' },
{ icon: FaLinkedinIn, href: 'https://www.linkedin.com/in/yazdan-haider', color: 'text-blue-700' },
];

const footerLinks = [
Expand Down

0 comments on commit e6fa33e

Please sign in to comment.