Skip to content

Commit

Permalink
Merge pull request #78 from Devmangrani/main
Browse files Browse the repository at this point in the history
Added Facebook and Twitter Link to the Page and Open it to new Page
  • Loading branch information
yazdanhaider authored Oct 20, 2024
2 parents e6fa33e + c7a2c5a commit b0cb255
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 @@ -7,8 +7,8 @@ const Footer = () => {
const currentYear = new Date().getFullYear();

const socialLinks = [
{ icon: FaTwitter, href: '#', color: 'text-blue-400' },
{ icon: FaFacebookF, href: '#', color: 'text-blue-600' },
{ icon: FaTwitter, href: 'https://x.com/YazdanH7', color: 'text-blue-400' },
{ icon: FaFacebookF, href: 'https://www.facebook.com/yazdan.yazdankhan.7/', color: 'text-blue-600' },
{ 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' },
];
Expand Down

0 comments on commit b0cb255

Please sign in to comment.