Skip to content

Commit

Permalink
fixed-incorrect-twitter-url
Browse files Browse the repository at this point in the history
  • Loading branch information
abhayybhatt committed Jan 20, 2025
1 parent cbae591 commit 0c237a1
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 @@ -173,11 +173,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 0c237a1

Please sign in to comment.