Skip to content

Commit

Permalink
Update label for node types (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsmith8 authored Nov 2, 2023
1 parent 089c33f commit 37e38ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/common/TypeBadge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const EpisodeTypeImages: EpisodeTypeImage = {
clip: { img: 'audio_badge.svg', label: 'clip' },
show: { img: 'audio_badge.svg', label: 'show' },
tweet: { img: 'twitter_badge.svg', label: 'tweet' },
twitter_space: { img: 'audio_badge.svg', label: 'twitter_space' },
youtube: { img: 'video_badge.svg', label: 'episode' },
twitter_space: { img: 'audio_badge.svg', label: 'clip' },
youtube: { img: 'video_badge.svg', label: 'clip' },
episode: { img: 'video_badge.svg', label: 'episode' },
document: { img: 'notes_badge.svg', label: 'text' },
}
Expand Down

0 comments on commit 37e38ea

Please sign in to comment.