Skip to content

Commit

Permalink
improve: delete yt and twit
Browse files Browse the repository at this point in the history
  • Loading branch information
RobyCigar authored Jul 6, 2021
1 parent c1b470a commit 2defb6e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/components/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,15 @@ function Footer() {
<div className={styles.socmed}>
<div>
<img src={insta} alt="Istagram"/>
<p className={styles.link}><a href="https://instagram.com/rabih31415">Instagram : @rabih31415</a></p>
<p className={styles.link}><a href="https://instagram.com/rabih3.1415">Instagram : @rabih3.1415</a></p>
</div>
<div>
<img src={github} alt="github"/>
<p className={styles.link}><a href="https://github.com/Robycigar">Github : RobyCigar</a></p>
</div>
<div>
<img src={twitter} alt="twitter"/>
<p className={styles.link}> <a href="https://twitter.com/Robycigar">Twitter : @RobyCigar</a></p>
</div>
<div>
<img src={linkedin} alt="linkedin"/>
<p className={styles.link}> <a href="https://www.linkedin.com/in/rabih-utomo-36955a1b9/">Linkedin : Rabih Utomo</a></p>
</div>
<div>
<img src={youtube} alt="youtube"/>
<p className={styles.link}> <a href="https://www.youtube.com/channel/UC3QMJzy0nw4MM1t4QHwXr-A">YouTube : Roby Cigar</a></p>
</div>
</div>
<p className={styles.attr}>Created with 💖 in 🇮🇩</p>
Expand Down

1 comment on commit 2defb6e

@vercel
Copy link

@vercel vercel bot commented on 2defb6e Jul 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.