Skip to content

Commit

Permalink
Adding target property IG
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseArias31 committed Oct 23, 2024
1 parent ca41d15 commit 9c06844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/whyUs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ return (
<div className="footerWhyUs">

<div className="socialIcons">
<a href="https://instagram.com/gojosearias?igshid=YmMyMTA2M2Y=" rel="noopener"><img src={Igb} alt="Instagram" className="social2" width="55" /></a>
<a href="https://instagram.com/gojosearias?igshid=YmMyMTA2M2Y=" rel="noopener" target='blank'><img src={Igb} alt="Instagram" className="social2" width="55" /></a>
<a href="https://api.whatsapp.com/send?phone=16474252986&text=Welcome to SenDo, talk to us for a Quote!" rel="noopener"><img src={Wab} alt="WhatsApp" className="social2" width="55" /></a>
<a href="mailto:[email protected]" rel="noopener"><img src={Emb} alt="Email" className="social2" width="55" /></a>
</div>
Expand Down

0 comments on commit 9c06844

Please sign in to comment.