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', }