Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Oct 26, 2023
1 parent da65d93 commit 4a7858a
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions src/lib/components/molecules/Socials.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,36 @@
</script>

<div class="socials">
<a href="https://www.instagram.com/langXchan" target="_blank" rel="noopener noreferrer" title="See my Instagram profile">
<a
href="https://www.instagram.com/langXchan"
target="_blank"
rel="noopener noreferrer"
title="See my Instagram profile"
>
<InstagramIcon />
</a>
<a href="https://x.com/langXchan" target="_blank" rel="noopener noreferrer" title="See my X profile">
<a
href="https://x.com/langXchan"
target="_blank"
rel="noopener noreferrer"
title="See my X profile"
>
<XIcon />
</a>
<a href="https://github.com/languageXchange" target="_blank" rel="noopener noreferrer" title="See my GitHub profile">
<a
href="https://github.com/languageXchange"
target="_blank"
rel="noopener noreferrer"
title="See my GitHub profile"
>
<GitHubIcon />
</a>
<a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer" title="Send an email">
<a
href="mailto:[email protected]"
target="_blank"
rel="noopener noreferrer"
title="Send an email"
>
<EmailIcon />
</a>
</div>
Expand Down

0 comments on commit 4a7858a

Please sign in to comment.