Skip to content

Commit

Permalink
feat: add link in icons redes sociais
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseWenned committed Jul 11, 2024
1 parent a241aa7 commit 96ef242
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Components/Footer/footer.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ export const Footer = () => {
</div>

<div className={style.containerSecond}>
<BsFacebook className={style.imageFooterFacebook}/>
<BsInstagram className={style.imageFooterInstagram}/>
<BsLinkedin className={style.imageFooterLinkedIn}/>
<a href="https://www.facebook.com/profile.php?id=100004807723751" target="blank"><BsFacebook className={style.imageFooterFacebook}/></a>
<a href="https://www.instagram.com/j.wenned?igsh=MW5henc0Z2E3eDhqag%3D%3D&utm_source=qr" target="blank"><BsInstagram className={style.imageFooterInstagram}/></a>
<a href="https://www.linkedin.com/in/jos%C3%A9-wenned-chaves-de-sousa-148554165/" target="blank"><BsLinkedin className={style.imageFooterLinkedIn}/></a>
</div>
</div>

Expand Down

0 comments on commit 96ef242

Please sign in to comment.