Skip to content

Commit

Permalink
chore: Update social media links in Socials and Footer components
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed May 22, 2024
1 parent 982a6e5 commit 7e6656b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions src/lib/components/molecules/Socials.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@
>
<RedditIcon />
</a>
<a
href="https://x.com/langx_app"
target="_blank"
rel="noopener noreferrer"
title="See our X Page"
>
<a href="https://x.com/langx_io" target="_blank" rel="noopener noreferrer" title="See our X Page">
<XIcon />
</a>
<a
Expand Down
4 changes: 2 additions & 2 deletions src/lib/components/organisms/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<a href="https://reddit.com/r/langx" target="_blank">Reddit</a>
</li>
<li>
<a href="https://twitter.com/langx_app" target="_blank">Twitter</a>
<a href="https://twitter.com/langx_io" target="_blank">Twitter</a>
</li>
<li>
<a href="https://www.tiktok.com/@langXapp" target="_blank">TikTok</a>
Expand Down Expand Up @@ -121,7 +121,7 @@
<a href="https://token.langx.io" target="_blank">Website</a>
</li>
<li>
<a href="https://twitter.com/langx_token" target="_blank">Twitter</a>
<a href="https://twitter.com/langx_io" target="_blank">Twitter</a>
</li>
<li>
<a href="https://discord.langx.io" target="_blank">Discord</a>
Expand Down

0 comments on commit 7e6656b

Please sign in to comment.