Skip to content

Commit

Permalink
Merge pull request #370 from abhayybhatt/fix/incorrect-twitter-url-in…
Browse files Browse the repository at this point in the history
…-footer

FIX: Incorrect twitter url in the footer is now fixed
  • Loading branch information
Mujtabaa07 authored Jan 21, 2025
2 parents e9ce308 + 0c237a1 commit 5ecc66d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/componets/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@ function Footer() {
</SocialIcon>

<SocialIcon
href="https://linkedin.com"
href="https://x.com"
target="_blank"
rel="noopener noreferrer"
whileHover={{ scale: 1.2 }}
aria-label="LinkedIn"
aria-label="Twitter"
role="link">
<i className="fab fa-twitter"></i> {/* Twitter icon */}
</SocialIcon>
Expand Down

0 comments on commit 5ecc66d

Please sign in to comment.