Skip to content

Commit

Permalink
fix: fix typo (#407)
Browse files Browse the repository at this point in the history
Co-authored-by: Расул <[email protected]>
  • Loading branch information
Rassl and Расул authored Sep 14, 2023
1 parent 30d3b14 commit 74de46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/TypeBadge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type EpisodeTypeImage = {

const EpisodeTypeImages: EpisodeTypeImage = {
podcast: { img: 'audio_badge.svg', label: 'clip' },
clip: { img: 'audio_badge', label: 'clip' },
clip: { img: 'audio_badge.svg', label: 'clip' },
tweet: { img: 'twitter_badge.svg', label: 'tweet' },
twitter_space: { img: 'audio_badge.svg', label: 'twitter_space' },
youtube: { img: 'video_badge.svg', label: 'episode' },
Expand Down

0 comments on commit 74de46a

Please sign in to comment.