Skip to content

Commit

Permalink
style: replace twitter icon with x icon
Browse files Browse the repository at this point in the history
  • Loading branch information
evvvritt committed Sep 26, 2023
1 parent f1bcdc3 commit efd9e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/social-link/social-link.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import Twitter from 'radicle-design-system/icons/Twitter.svelte';
import X from 'radicle-design-system/icons/X.svelte';
import Web from 'radicle-design-system/icons/Globe.svelte';
import Ethereum from 'radicle-design-system/icons/Ethereum.svelte';
import Github from 'radicle-design-system/icons/Github.svelte';
Expand All @@ -14,7 +14,7 @@
const icons: { [key in SocialNetwork]: ComponentType } = {
ethereum: Ethereum,
'com.twitter': Twitter,
'com.twitter': X,
'com.github': Github,
url: Web,
};
Expand Down

0 comments on commit efd9e73

Please sign in to comment.