Skip to content

Commit

Permalink
updating the footer section of the social icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-0283 committed Jan 18, 2025
1 parent f25316e commit 0836b95
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions src/componets/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,29 +152,38 @@ function Footer() {
<FooterContent>
{/* Social Icons */}
<SocialIcons>

<SocialIcon
href="https://facebook.com"
target="_blank"
rel="noopener noreferrer"
whileHover={{ scale: 1.2 }}
aria-label="Facebook"
>
aria-label="Facebook">
<i className="fab fa-facebook-f"></i> {/* Facebook icon */}
</SocialIcon>

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

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

<i className="fab fa-linkedin-in"></i> {/* LinkedIn icon */}


</SocialIcon>
<SocialIcon
href="https://instagram.com"
target="_blank"
Expand All @@ -184,6 +193,7 @@ function Footer() {
>
<i className="fab fa-instagram"></i> {/* Instagram icon */}
</SocialIcon>

<SocialIcon
href="https://github.com/Mujtabaa07/coffeeShop"
target="_blank"
Expand All @@ -194,6 +204,7 @@ function Footer() {
>
<i className="fab fa-github"></i> {/* GitHub icon */}
</SocialIcon>

</SocialIcons>

{/* Divider */}
Expand Down

0 comments on commit 0836b95

Please sign in to comment.