Skip to content

Commit

Permalink
Fix stopwatch emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Oct 31, 2022
1 parent 09d463d commit 9f68af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/episode-title/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const episodeTitle = Component(({
? '❌'
: e.ready
? '✅'
: '⏱'
: '⏱'
}
${e.type === 'redirect'
? '☁️'
Expand Down

0 comments on commit 9f68af9

Please sign in to comment.