diff --git a/src/lib/assets/icons/social/IconSocialTwitch.svelte b/src/lib/assets/icons/social/IconSocialTwitch.svelte index 68e69247..97a3081a 100644 --- a/src/lib/assets/icons/social/IconSocialTwitch.svelte +++ b/src/lib/assets/icons/social/IconSocialTwitch.svelte @@ -1,36 +1,15 @@ - + \ No newline at end of file diff --git a/src/lib/assets/icons/social/IconSocialYouTube.svelte b/src/lib/assets/icons/social/IconSocialYouTube.svelte index e10ca84e..d81cffb1 100644 --- a/src/lib/assets/icons/social/IconSocialYouTube.svelte +++ b/src/lib/assets/icons/social/IconSocialYouTube.svelte @@ -1,8 +1,8 @@ - diff --git a/src/lib/components/Channel/Chat/Message.svelte b/src/lib/components/Channel/Chat/Message.svelte index 716d3769..e58bc909 100644 --- a/src/lib/components/Channel/Chat/Message.svelte +++ b/src/lib/components/Channel/Chat/Message.svelte @@ -10,8 +10,6 @@ import { page } from '$app/stores' import IconChatBan from '$lib/assets/icons/chat/IconChatBan.svelte' import { onMount } from 'svelte' - import IconSocialYouTube from '$lib/assets/icons/social/IconSocialYouTube.svelte' - import IconSocialTwitch from '$lib/assets/icons/social/IconSocialTwitch.svelte' export let sender: any, hostId: string, channel: any, onUsernameClick: any let role: string, coloredRole: any @@ -197,11 +195,10 @@