Skip to content

Commit

Permalink
Added Codepen link to socials
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwritescode committed Jun 27, 2023
1 parent 2bea90d commit a378f7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/Components/Header/SocialLinks.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { TryHackMeIcon, CodewarsIcon } from '../icons/Icons';
import { TryHackMeIcon, CodewarsIcon, CodepenIcon } from '../icons/Icons';

const SocialLinks = () => {
return (
Expand All @@ -8,6 +8,7 @@ const SocialLinks = () => {
<a href="https://linkedin.com/in/ivan-mejico" target="_blank"><i className='bi bi-linkedin'></i></a>
<a href="https://tryhackme.com/p/Nemos" target="_blank"><TryHackMeIcon /></a>
<a href="https://www.codewars.com/users/ivanwritescode" target="_blank"><CodewarsIcon /></a>
<a href="https://codepen.io/ivanwritescode" target="_blank"><CodepenIcon /></a>
</div>
)
}
Expand Down
Loading

0 comments on commit a378f7d

Please sign in to comment.