Skip to content

Commit

Permalink
Reversed back from custom links to original links
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscarnold committed Sep 10, 2024
1 parent 42b9fa3 commit c83acb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@
<div class="home__container container grid">
<div class="home__content grid">
<div class="home__social">
<a href="https://chrisarnold.live/me/linkedin" target="_blank" class="home__social-icon">
<a href="https://www.linkedin.com/in/chris-arnold-142b9a141/" target="_blank" class="home__social-icon">
<i class="uil uil-linkedin"></i>

</a>

<a href="https://chrisarnold.live/me/x" target="_blank" class="home__social-icon">
<a href="https://x.com/chrisarn0ld" target="_blank" class="home__social-icon">
<i class="uil uil-twitter"></i>
</a>

<a href="https://chrisarnold.live/me/gh" target="_blank" class="home__social-icon">
<a href="https://github.com/chriscarnold" target="_blank" class="home__social-icon">
<i class="uil uil-github"></i>
</a>
</div>
Expand Down

0 comments on commit c83acb5

Please sign in to comment.