Skip to content

Commit

Permalink
ADD: hyperlinks to icons
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-918 committed Feb 25, 2023
1 parent 9f3a3c6 commit c4f0bc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ const Footer = () =>{
<div className={styles.containerFooter}>
<p className= {styles.footerDesc}>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lacus, purus tincidunt tellus eros. Feugiat velit id sed sit id velit, adipiscing pulvinar orci. Et, bibendum nibh pellentesque id sagittis adipiscing lorem. Elit egestas bibendum morbi vitae, nullam nunc sagittis eget.</p>
<div className= {styles.iconSection} >
<FiFacebook className= {styles.facebookIcon}/>
<AiOutlineInstagram className= {styles.instaIcon} />
<FiLinkedin className= {styles.linkedinIcon} />
<a href="#" target={"_blank"} rel="noopener noreferrer"><FiFacebook className= {styles.facebookIcon}/></a>
<a href="#" target={"_blank"} rel="noopener noreferrer"><AiOutlineInstagram className= {styles.instaIcon} /></a>
<a href="#" target={"_blank"} rel="noopener noreferrer"><FiLinkedin className= {styles.linkedinIcon} /></a>
</div>

</div>
Expand Down

0 comments on commit c4f0bc3

Please sign in to comment.