From fb3b47cf026995772d437e6e2b0d1ff1bf7a85ae Mon Sep 17 00:00:00 2001 From: amirhouieh Date: Tue, 30 Jan 2024 17:00:30 +0000 Subject: [PATCH] fix broken icons --- src/components/Episode/Header/Episode.Channels.tsx | 6 +++--- src/components/Icons/DiscordIcon/DiscordIcon.tsx | 6 +++--- src/components/Icons/XIcon/XIcon.tsx | 8 ++++---- src/configs/site.configs.ts | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/Episode/Header/Episode.Channels.tsx b/src/components/Episode/Header/Episode.Channels.tsx index 22122e5..9a296e6 100644 --- a/src/components/Episode/Header/Episode.Channels.tsx +++ b/src/components/Episode/Header/Episode.Channels.tsx @@ -16,21 +16,21 @@ const renderChannel = (channel: LPE.Podcast.Channel) => { case LPE.Podcast.ChannelNames.Spotify: return ( - + Spotify ) case LPE.Podcast.ChannelNames.ApplePodcasts: return ( - + Apple Podcasts ) case LPE.Podcast.ChannelNames.GooglePodcasts: return ( - + Google Podcasts ) diff --git a/src/components/Icons/DiscordIcon/DiscordIcon.tsx b/src/components/Icons/DiscordIcon/DiscordIcon.tsx index 4e12112..1c2b66c 100644 --- a/src/components/Icons/DiscordIcon/DiscordIcon.tsx +++ b/src/components/Icons/DiscordIcon/DiscordIcon.tsx @@ -3,15 +3,15 @@ import { LsdIcon } from '@acid-info/lsd-react' export const DiscordIcon = LsdIcon( (props) => ( diff --git a/src/components/Icons/XIcon/XIcon.tsx b/src/components/Icons/XIcon/XIcon.tsx index ab762ac..12cce96 100644 --- a/src/components/Icons/XIcon/XIcon.tsx +++ b/src/components/Icons/XIcon/XIcon.tsx @@ -3,15 +3,15 @@ import { LsdIcon } from '@acid-info/lsd-react' export const XIcon = LsdIcon( (props) => ( diff --git a/src/configs/site.configs.ts b/src/configs/site.configs.ts index 4eec350..e96d373 100644 --- a/src/configs/site.configs.ts +++ b/src/configs/site.configs.ts @@ -20,6 +20,6 @@ export const siteConfigs = { 'whistleblower', ], xHandle: 'logos_network', - youtubeHandle: '@NetworkStatePress', + youtubeHandle: '@LogosNetwork', githubHandle: 'logos-co', }