Skip to content

Commit

Permalink
Merge pull request #290 from abhayybhatt/fix/hidden-x-footer-icon
Browse files Browse the repository at this point in the history
[FIX]: Hidden twitter icon is now visible at the footer
  • Loading branch information
Mujtabaa07 authored Jan 10, 2025
2 parents 10f8031 + 27a0632 commit 50a6621
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 @@ -86,7 +86,7 @@ const InfoColumn = styled.div`
const SocialIcons = styled.div`
display: flex;
justify-content: center;
gap: 2rem;
gap: 1rem; //additional gap removed.
margin-top: 1rem;
@media (max-width: 768px) {
Expand Down Expand Up @@ -137,7 +137,7 @@ function Footer() {
aria-label="twitter"
role="link"
>
<i className="fab fa-twitter"></i>
<i className="fa-brands fa-twitter"></i>{/* 'className' should've been used instead of 'class'. */}
</SocialIcon>
<SocialIcon
href="https://instagram.com"
Expand Down

0 comments on commit 50a6621

Please sign in to comment.